Skip to content

Commit ca91be3

Browse files
committed
coverage
1 parent d19c31b commit ca91be3

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ jobs:
3232
- name: Test
3333
run: |
3434
coverage run setup.py test
35-
- name: Coveralls Parallel
36-
uses: AndreMiras/coveralls-python-action@develop
37-
with:
38-
github-token: ${{ secrets.GITHUB_TOKEN }}
39-
flag-name: run-${{ matrix.python-version }}
40-
parallel: true
41-
base-path: /github/workspace
35+
- name: Publish coverage
36+
run: coveralls --service=github
37+
env:
38+
COVERALLS_PARALLEL: true
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
FLAG_NAME: run-${{ matrix.python-version }}
4241

4342
finish:
4443
needs: [test]
@@ -49,4 +48,3 @@ jobs:
4948
with:
5049
github-token: ${{ secrets.GITHUB_TOKEN }}
5150
parallel-finished: true
52-
base-path: /github/workspace

0 commit comments

Comments
 (0)