Merge pull request #820 from cjmayo/coverage

Fix coverage results upload to Coveralls
This commit is contained in:
Chris Mayo 2024-04-22 19:29:54 +01:00 committed by GitHub
commit c019013ebd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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