mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
Use Coveralls GitHub Action with GITHUB_TOKEN
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user