Skip to content

Commit 3b26e8a

Browse files
committed
actions: Disable coveralls, because its currently broken for this repo
1 parent 4f5ff75 commit 3b26e8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
${{ runner.os }}-pip-
2323
- run: pip install --upgrade -r requirements_dev.txt
2424
- run: py.test --cov .
25-
- env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
run: coveralls
25+
#- env:
26+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
# run: coveralls

0 commit comments

Comments
 (0)