Skip to content

Commit aeea883

Browse files
authored
Disable coveralls for now
1 parent 5c2611a commit aeea883

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
pytest --cov=mhcflurry/ --cov-report=term-missing ./test
6262
63-
- name: Publish coverage to Coveralls
64-
uses: coverallsapp/github-action@v2.2.3
65-
with:
66-
parallel: true
63+
# - name: Publish coverage to Coveralls
64+
# uses: coverallsapp/github-action@v2.2.3
65+
# with:
66+
# parallel: true

0 commit comments

Comments
 (0)