Skip to content

Commit

Permalink
gh action: remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino authored Jan 8, 2025
1 parent 60065cb commit 22fdfc6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,3 @@ jobs:
- name: Run tests with pytest
run: |
pytest tests/ -v --cov=barte --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
fail_ci_if_error: true

0 comments on commit 22fdfc6

Please sign in to comment.