Actions: Upload coverage
This commit is contained in:
parent
bd8393585e
commit
63167300e6
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -26,3 +26,10 @@ jobs:
|
|||||||
run: python -m pip install --editable .[test,bcrypt]
|
run: python -m pip install --editable .[test,bcrypt]
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python setup.py test
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user