Skip to content

Commit cd10a00

Browse files
committed
GitHub actions: try to send coverage to coveralls.io (2)
1 parent 0e53722 commit cd10a00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
run: tox
2525
env:
2626
TOXENV: ${{ matrix.toxenv }}
27-
- if: matrix.python-version == "3.8"
28-
name: Coveralls Parallel
27+
- name: Coveralls Parallel
2928
uses: coverallsapp/github-action@master
3029
with:
3130
github-token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)