Actions: Upload coverage

This commit is contained in:
Unrud 2020-02-25 19:32:50 +01:00
parent bd8393585e
commit 63167300e6

View File

@ -26,3 +26,10 @@ jobs:
run: python -m pip install --editable .[test,bcrypt]
- name: Run tests
run: python setup.py test
- name: Upload coverage
env:
COVERALLS_PARALLEL: true
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
python -m pip install coveralls
python -m coveralls