Skip to content

Commit b66c935

Browse files
committed
More coveralls
1 parent 0e8e559 commit b66c935

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
file: coverage.xml
4141
flag-name: ${{ matrix.python-version }}
4242
parallel: true
43-
43+
4444
coveralls-finish:
4545
needs: build
4646
runs-on: ubuntu-latest
@@ -51,9 +51,4 @@ jobs:
5151
with:
5252
github-token: ${{ secrets.GITHUB_TOKEN }}
5353
parallel-finished: true
54-
- name: Upload coverage to Coveralls
55-
uses: coverallsapp/github-action@v2
56-
with:
57-
github-token: ${{ secrets.GITHUB_TOKEN }}
58-
flag-name: ${{ matrix.python-version }}
59-
parallel: true
54+

0 commit comments

Comments
 (0)