Skip to content

Commit

Permalink
Merge pull request #477 from rohanpm/drop-codecov
Browse files Browse the repository at this point in the history
ci: drop codecov upload in this project
  • Loading branch information
MichalHaluza committed May 10, 2024
2 parents fff3b46 + b86c426 commit 22244a5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tox-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
run: pip install tox
- name: Run Tox
run: tox -e cov
- name: Install pytest cov
run: pip install pytest-cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true
docs:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 22244a5

Please sign in to comment.