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:
ReenigneArcher 2024-10-13 14:54:15 -04:00 committed by GitHub
commit 1d80d3946e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \