Skip to content

Commit

Permalink
Install gcovr from official repo using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
naaando committed Dec 5, 2023
1 parent ce5fa1e commit 1da1438
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Test
run: ninja -C build test

- name: Install gcovr
run: pip install git+https://github.com/gcovr/gcovr.git --break-system-packages

- name: Coverage
run: ./coverage.sh

Expand Down

0 comments on commit 1da1438

Please sign in to comment.