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 b7608b6 commit e55cc24Copy full SHA for e55cc24
.github/workflows/build-20.04.yml
@@ -41,7 +41,7 @@ jobs:
41
coverage run -m pytest
42
- name: Coveralls
43
env:
44
- COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
45
run: |
46
pip install coveralls
47
coveralls
.github/workflows/build-24.04.yml
0 commit comments