Skip to content

Commit

Permalink
revert: "ci(windows): pin gcovr to < 8.0" (#3283)
Browse files Browse the repository at this point in the history
Revert "ci(windows): pin gcovr to < 8.0 (#3277)"

This reverts commit d3ad636.
  • Loading branch information
ReenigneArcher authored Oct 13, 2024
1 parent 593883a commit 1d80d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ jobs:
shell: msys2 {0}
working-directory: build
run: |
${{ steps.python-path.outputs.python-path }} -m pip install "gcovr<8.0"
${{ steps.python-path.outputs.python-path }} -m pip install gcovr
${{ steps.python-path.outputs.python-path }} -m gcovr . -r ../src \
--exclude-noncode-lines \
--exclude-throw-branches \
Expand Down

0 comments on commit 1d80d39

Please sign in to comment.