Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
kubawolanin committed Sep 26, 2021
2 parents 574ab3d + 8c631ec commit 9d8061e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: pytest --cov=reaperdaw --cov-report=xml
- name: Upload coverage to Codecov
if: matrix.python == 3.8 && matrix.os == 'ubuntu'
uses: codecov/codecov-action@v1.5.2
uses: codecov/codecov-action@v2.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 9d8061e

Please sign in to comment.