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.
2 parents 292fd23 + 1ada084 commit bb5c539Copy full SHA for bb5c539
.github/workflows/test.yml
@@ -22,6 +22,6 @@ jobs:
22
${{ runner.os }}-pip-
23
- run: pip install --upgrade -r requirements_dev.txt
24
- run: py.test --cov .
25
- #- env:
26
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
- # run: coveralls
+ - env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: coveralls --service=github
0 commit comments