Skip to content

Commit

Permalink
ci: update codecov action (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccutchen authored Jan 30, 2023
1 parent 67ddb1f commit 3a21fd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ coverage:

# https://docs.codecov.io/docs/commit-status
status:
target: auto
threshold: 2
patch: no
changes: no
project:
default:
target: auto
base: auto
threshold: 2%

parsers:
gcov:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:

- run: make testci

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: ./coverage.txt
files: ./coverage.txt

- run: make image

Expand Down

0 comments on commit 3a21fd7

Please sign in to comment.