diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 73fd7ca1..2ff79e09 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -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: |