Skip to content

Commit 132186f

Browse files
committed
Don't specify version-tagged version of gcov
This breaks running coverage with trunk images and Gentoo links the right gcov anyway.
1 parent f7ac25e commit 132186f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reusable-beman-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
run: |
156156
cat > gcovr.cfg <<EOF
157157
root = $GITHUB_WORKSPACE
158-
gcov-executable = gcov-${{ matrix.config.version }}
158+
gcov-executable = gcov
159159
exclude = $GITHUB_WORKSPACE/build/.*
160160
exclude = $GITHUB_WORKSPACE/examples/.*
161161
exclude = $GITHUB_WORKSPACE/tests/.*

0 commit comments

Comments
 (0)