Skip to content

Commit

Permalink
Re-enable coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemac007 committed Feb 1, 2021
1 parent aea7768 commit 19a48a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
pip install coverage
pip install coveralls
pip install pytest
coverage run --source=aws_google_auth/ --omit=aws_google_auth/tests/* setup.py test
coverage report
coverage report
coveralls

0 comments on commit 19a48a5

Please sign in to comment.