Skip to content

Commit

Permalink
fix codecov action (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshshukla99 authored Apr 26, 2023
1 parent 060020e commit 15f4121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Running tox
run: |
tox -e ${{ matrix.toxenv }}
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
files: coverage.xml
Expand Down

0 comments on commit 15f4121

Please sign in to comment.