Skip to content

Commit

Permalink
ci: use gcovr 7.2
Browse files Browse the repository at this point in the history
The most recent release works again. The regresssion from gcovr 6, and why
gcovr 5 was used, has been fixed.
  • Loading branch information
romangg committed Mar 4, 2024
1 parent 4986588 commit 0063905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
steps:
- run: python -m venv venv && source venv/bin/activate
shell: sh
- run: source venv/bin/activate && pip install --upgrade Jinja2==3.0.3 gcovr==5.0
- run: source venv/bin/activate && pip install --upgrade gcovr==7.2
shell: sh
- run: mkdir coverage-html
shell: sh
Expand Down

0 comments on commit 0063905

Please sign in to comment.