We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf2996 commit bb35975Copy full SHA for bb35975
1 file changed
.github/workflows/pythonpackage.yml
@@ -35,9 +35,9 @@ jobs:
35
run: |
36
mypy spec_cleaner
37
- name: Collect the coveralls report
38
- env:
39
- COVERALLS_SERVICE_NAME: github
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- run: |
42
- coveralls --service=github
+ uses: coverallsapp/github-action@v2
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ flag-name: python-${{ matrix.python-version }}
+ parallel: true
43
if: success()
0 commit comments