mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Fix coverage results upload to Coveralls
As seen with coverage-reporter v0.6.10: Detected coverage file: .coverage Coverage reporter does not yet know how to process this file: .coverage
This commit is contained in:
parent
10f1178912
commit
fad8e0afa5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -90,10 +90,11 @@ jobs:
|
|||
${{ runner.os }}-pip-
|
||||
|
||||
- name: Install Python dependencies
|
||||
# coverage is required by coverallsapp/github-action
|
||||
run: |
|
||||
python -m pip install -U pip
|
||||
python -m pip install -U hatchling hatch-vcs polib
|
||||
python -m pip install -U tox
|
||||
python -m pip install -U tox coverage
|
||||
|
||||
- name: Wait for ClamAV to be ready
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue