Skip to content

Commit bb35975

Browse files
committed
CI: Use official coveralls github action
1 parent fbf2996 commit bb35975

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
run: |
3636
mypy spec_cleaner
3737
- name: Collect the coveralls report
38-
env:
39-
COVERALLS_SERVICE_NAME: github
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
run: |
42-
coveralls --service=github
38+
uses: coverallsapp/github-action@v2
39+
with:
40+
github-token: ${{ secrets.GITHUB_TOKEN }}
41+
flag-name: python-${{ matrix.python-version }}
42+
parallel: true
4343
if: success()

0 commit comments

Comments
 (0)