Skip to content

Commit 7171c6a

Browse files
authored
Support Codecov v4 changes (#245)
Pass `CODECOV_TOKEN` to shared workflow
1 parent e3c9fcf commit 7171c6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
1414
PYTHON_VERSION_DEFAULT: 3.9.15
1515
MINIMUM_COVERAGE_PERCENTAGE: 95
16+
secrets:
17+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)