Use Coveralls GitHub Action with GITHUB_TOKEN

This commit is contained in:
gousaiyang
2021-04-07 13:14:47 -07:00
parent 60ec880422
commit b5429ccbdc

View File

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