Skip to content

Commit

Permalink
CI: Remove coverage reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 2, 2023
1 parent 551e006 commit 99d91a6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,4 @@ jobs:
python -m pip install --upgrade setuptools tox
- name: Run Tests
run: |
tox -e py
- name: Coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python -m pip install coveralls
coveralls --service=github
if: ${{ matrix.python == '2.7' }}
tox -e py

0 comments on commit 99d91a6

Please sign in to comment.