We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1e34e commit ef7214dCopy full SHA for ef7214d
1 file changed
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
run: |
25
sudo apt-get remove -y gcovr || true
26
pip install gcovr==5.0
27
+ - name: Add pip bin to PATH
28
+ run: echo "$HOME/.local/bin" >> $GITHUB_PATH
29
# -----------------------------
30
# DOWNLOAD BUILD WRAPPER
31
@@ -50,7 +52,7 @@ jobs:
50
52
51
53
- name: Run gcovr
54
- gcovr -r . --xml --xml-version=1 -o coverage.xml
55
+ gcovr -r . --xml -o coverage.xml
56
57
# INSTALL SONAR SCANNER
58
0 commit comments