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:
Chris Mayo 2024-04-22 19:22:52 +01:00
parent 10f1178912
commit fad8e0afa5

View file

@ -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: |