Skip to content

Commit

Permalink
Update to codecov action v2
Browse files Browse the repository at this point in the history
see testing in #180
  • Loading branch information
joshmoore authored Mar 24, 2022
1 parent a45c5bc commit b11207c
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 b11207c

Please sign in to comment.