Skip to content

Commit

Permalink
ci: Update to gcovr=7.2 (#3221)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger authored May 27, 2024
1 parent 3802fe9 commit 1a7a926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
&& du -sh build
- name: Coverage
run: >
pip3 install gcovr==6.0
pip3 install gcovr==7.2
&& cd build
&& /usr/bin/python3 ../CI/test_coverage.py
- name: Upload coverage
Expand Down

0 comments on commit 1a7a926

Please sign in to comment.