mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 21:04:29 +08:00
Still use the coveralls package
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user