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 run -m pytest
coverage report coverage report
- name: Upload coverage report to Coveralls - name: Upload coverage report to Coveralls
uses: coverallsapp/github-action@master env:
with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }} run: |
pip install --quiet coveralls
coveralls