Skip to content

Commit

Permalink
Исправлен процент покрытия тестами (исключена папка с самими тестами)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Feb 3, 2021
1 parent 3e8b1fd commit 3ef60e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash
- name: Test with pytest and generate coverage
run: |
pytest -v --cov=./
pytest -v --cov=yandex_music
shell: bash
- name: Submit coverage
run: |
Expand Down

0 comments on commit 3ef60e5

Please sign in to comment.