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 e3c9fcf commit 7171c6aCopy full SHA for 7171c6a
.github/workflows/ci.yml
@@ -13,3 +13,5 @@ jobs:
13
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
14
PYTHON_VERSION_DEFAULT: 3.9.15
15
MINIMUM_COVERAGE_PERCENTAGE: 95
16
+ secrets:
17
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments