Skip to content

Commit 12dd80d

Browse files
authored
Support Codecov v4 changes (#3105)
Pass `CODECOV_TOKEN` to shared workflow
1 parent a728848 commit 12dd80d

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
@@ -17,3 +17,5 @@ jobs:
1717
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
1818
MINIMUM_COVERAGE_PERCENTAGE: 80
1919
PYTHON_MATRIX: "3.12"
20+
secrets:
21+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)