Skip to content

Commit

Permalink
Remove codecov environment variable (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Jan 20, 2025
1 parent a43c359 commit a9ffc35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
- run: uv run coverage xml
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
env_vars: PYTHON
- run: uv run coverage report --fail-under 100
Expand Down

0 comments on commit a9ffc35

Please sign in to comment.