We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490e0d3 commit fd01f33Copy full SHA for fd01f33
.github/workflows/ci.yml
@@ -17,3 +17,5 @@ jobs:
17
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
18
MINIMUM_COVERAGE_PERCENTAGE: 80
19
PYTHON_MATRIX: "3.12"
20
+ secrets:
21
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments