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:
# 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:
......
......@@ -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
......
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