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 8d2315d commit 6135c05Copy full SHA for 6135c05
.github/workflows/ci.yml
@@ -13,4 +13,6 @@ jobs:
13
CACHE_VERSION: 2
14
PYTHON_VERSION_DEFAULT: 3.8.14
15
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
16
- MINIMUM_COVERAGE_PERCENTAGE: 97
+ MINIMUM_COVERAGE_PERCENTAGE: 97
17
+ secrets:
18
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments