Still use the coveralls package

This commit is contained in:
gousaiyang
2021-04-07 13:25:05 -07:00
parent b5429ccbdc
commit 885f623c4b

View File

@@ -63,6 +63,8 @@ jobs:
coverage run -m pytest
coverage report
- name: Upload coverage report to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install --quiet coveralls
coveralls