Skip to content

Commit

Permalink
Switch use of codecov-action from v1 to v2. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler authored Sep 28, 2021
1 parent 5135fd6 commit aac585f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
python -m tox
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true

Expand Down

0 comments on commit aac585f

Please sign in to comment.