Skip to content

Commit

Permalink
Merge pull request #180 from joshmoore/codecov-v2
Browse files Browse the repository at this point in the history
Update to codecov action v2
  • Loading branch information
sbesson authored Mar 24, 2022
2 parents a259858 + 29699c0 commit c66a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Test
run: tox -e 'py37-coverage'

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
with:
file: ./coverage.xml
fail_ci_if_error: true

0 comments on commit c66a175

Please sign in to comment.