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 bde6b15 commit 39b0cf6Copy full SHA for 39b0cf6
.github/workflows/tests.yml
@@ -38,6 +38,8 @@ jobs:
38
run: |
39
pip install coveralls
40
coveralls
41
+ env:
42
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_KEY }}
43
44
publish:
45
0 commit comments