Skip to content

Commit

Permalink
actions: Disable coveralls, because its currently broken for this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Feb 23, 2021
1 parent 4f5ff75 commit 3b26e8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
${{ runner.os }}-pip-
- run: pip install --upgrade -r requirements_dev.txt
- run: py.test --cov .
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls
#- env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: coveralls

0 comments on commit 3b26e8a

Please sign in to comment.