Skip to content

Commit 9cf978e

Browse files
committed
Who needs coveralls when we require 100% coverage?
1 parent cffc85d commit 9cf978e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,3 @@ jobs:
3434
if: (! contains(matrix.python-version, 'pypy'))
3535
run: |
3636
coverage report --show-missing --fail-under=100
37-
38-
finish:
39-
needs: test
40-
runs-on: ubuntu-latest
41-
steps:
42-
- name: Coveralls Finished
43-
uses: coverallsapp/github-action@master
44-
with:
45-
github-token: ${{ secrets.github_token }}
46-
parallel-finished: true

0 commit comments

Comments
 (0)