Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
edif2008 committed Dec 19, 2024
1 parent 06bc175 commit 406360b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ jobs:
- name: Test
run: |
poetry run pytest src/tests --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 406360b

Please sign in to comment.