Skip to content
Snippets Groups Projects
Unverified Commit 3a21fd77 authored by Will McCutchen's avatar Will McCutchen Committed by GitHub
Browse files

ci: update codecov action (#110)

parent 67ddb1f5
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,11 @@ coverage: ...@@ -12,10 +12,11 @@ coverage:
# https://docs.codecov.io/docs/commit-status # https://docs.codecov.io/docs/commit-status
status: status:
target: auto project:
threshold: 2 default:
patch: no target: auto
changes: no base: auto
threshold: 2%
parsers: parsers:
gcov: gcov:
......
...@@ -25,9 +25,9 @@ jobs: ...@@ -25,9 +25,9 @@ jobs:
- run: make testci - run: make testci
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v3
with: with:
file: ./coverage.txt files: ./coverage.txt
- run: make image - run: make image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment