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 6478c4f commit eac101fCopy full SHA for eac101f
.github/workflows/ci.yml
@@ -14,3 +14,5 @@ jobs:
14
PYTHON_VERSION_DEFAULT: 3.9.15
15
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
16
MINIMUM_COVERAGE_PERCENTAGE: 100
17
+ secrets:
18
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments