Skip to content

Commit

Permalink
Try to fix Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Dec 26, 2024
1 parent 08233d6 commit 6fdb998
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
- run: pytest
env:
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
env_vars: PYTHON
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6fdb998

Please sign in to comment.