Skip to content

Commit

Permalink
Support Codecov v4 changes (#153)
Browse files Browse the repository at this point in the history
Pass `CODECOV_TOKEN` to shared workflow
  • Loading branch information
TheJulianJES authored Apr 11, 2024
1 parent 697b649 commit ccca570
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 @@ -13,4 +13,6 @@ jobs:
CACHE_VERSION: 2
PYTHON_VERSION_DEFAULT: 3.8.14
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 46
MINIMUM_COVERAGE_PERCENTAGE: 46
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ccca570

Please sign in to comment.