Skip to content

Commit ccca570

Browse files
authored
Support Codecov v4 changes (#153)
Pass `CODECOV_TOKEN` to shared workflow
1 parent 697b649 commit ccca570

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
CACHE_VERSION: 2
1414
PYTHON_VERSION_DEFAULT: 3.8.14
1515
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
16-
MINIMUM_COVERAGE_PERCENTAGE: 46
16+
MINIMUM_COVERAGE_PERCENTAGE: 46
17+
secrets:
18+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)