Skip to content

Commit 5208986

Browse files
committed
[ci] Pin gcovr < 8.4
There are some changes in gcovr version 8.4 that currently result in incorrect missed lines. Pin to a lower version for the time being. Closes #20047
1 parent fa74d4f commit 5208986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: |
114114
dnf -y update
115115
dnf -y install lcov
116-
pip3 install gcovr
116+
pip3 install "gcovr<8.4"
117117
118118
# This checks out the merge commit if this is a PR
119119
- name: Checkout

0 commit comments

Comments
 (0)