mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Try coveralls --service=github
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
pip install .[testing] coverage
|
||||
pip install .[testing] coverage coveralls
|
||||
- name: Run pytest with coverage
|
||||
run: |
|
||||
coverage run -m pytest
|
||||
@@ -65,6 +65,4 @@ jobs:
|
||||
- name: Upload coverage report to Coveralls
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
pip install --quiet coveralls
|
||||
coveralls
|
||||
run: coveralls --service=github
|
||||
|
||||
Reference in New Issue
Block a user