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 a728848 commit 12dd80dCopy full SHA for 12dd80d
.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