revert: "ci(windows): pin gcovr to < 8.0" (#3283)
Revert "ci(windows): pin gcovr to < 8.0 (#3277)"
This reverts commit d3ad63654a.
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -1184,7 +1184,7 @@ jobs:
|
|||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: |
|
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 \
|
${{ steps.python-path.outputs.python-path }} -m gcovr . -r ../src \
|
||||||
--exclude-noncode-lines \
|
--exclude-noncode-lines \
|
||||||
--exclude-throw-branches \
|
--exclude-throw-branches \
|
||||||
|
|||||||
Reference in New Issue
Block a user