Skip to content

Commit

Permalink
update coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Sep 26, 2022
1 parent 9b74957 commit 3ea2aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
coverage run --source=../ytmusicapi -m unittest test.py
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: tests/coverage.xml
flags: unittests
Expand Down

0 comments on commit 3ea2aa2

Please sign in to comment.