Skip to content

Commit

Permalink
Merge pull request #820 from cjmayo/coverage
Browse files Browse the repository at this point in the history
Fix coverage results upload to Coveralls
  • Loading branch information
cjmayo committed Apr 22, 2024
2 parents 10f1178 + fad8e0a commit c019013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c019013

Please sign in to comment.