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 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
|
||||
|
||||
Reference in New Issue
Block a user