Skip to content

Commit

Permalink
feat: remove codecov report upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
siavashyj committed Jun 22, 2024
1 parent 803a32c commit a0d8e5a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,5 @@ jobs:
- name: Run tests with pytest and coverage
run: |
cd youtube-playlist-downloader
poetry run pytest tests --cov=. --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./youtube-playlist-downloader/coverage.xml
flags: unittests
fail_ci_if_error: true
poetry run coverage run -m pytest
poetry run coverage report

0 comments on commit a0d8e5a

Please sign in to comment.