We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8e559 commit b66c935Copy full SHA for b66c935
1 file changed
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
file: coverage.xml
41
flag-name: ${{ matrix.python-version }}
42
parallel: true
43
-
+
44
coveralls-finish:
45
needs: build
46
runs-on: ubuntu-latest
@@ -51,9 +51,4 @@ jobs:
51
with:
52
github-token: ${{ secrets.GITHUB_TOKEN }}
53
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
0 commit comments