Skip to content

Commit

Permalink
gh-747: Add coverage.py to build container
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Jun 2, 2024
1 parent e9ed1cb commit 8b30826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install conan and lcov
run: |
sudo apt-get install -yq --no-install-recommends lcov
sudo pip install conan==1.62.0
sudo pip install conan==1.62.0 coverage
- name: Setup Conan Profile
run: |
conan profile new default --detect
Expand Down

0 comments on commit 8b30826

Please sign in to comment.