Skip to content

Commit

Permalink
Support Codecov v4 changes (#615)
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 be242b3 commit bf634b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
CACHE_VERSION: 2
PYTHON_VERSION_DEFAULT: 3.9.15
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 99
MINIMUM_COVERAGE_PERCENTAGE: 99
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit bf634b5

Please sign in to comment.