Skip to content

Commit

Permalink
Support Codecov v4 changes (#46)
Browse files Browse the repository at this point in the history
Pass `CODECOV_TOKEN` to shared workflow
  • Loading branch information
TheJulianJES committed Apr 11, 2024
1 parent 4a4ae78 commit c7bf27d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -17,3 +17,5 @@ jobs:
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 95
PYTHON_MATRIX: "3.12"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c7bf27d

Please sign in to comment.