We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936b5a4 commit 88c86ddCopy full SHA for 88c86dd
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
# -----------------------------
50
- name: Run gcovr
51
run: |
52
- gcovr -r . --xml-pretty --output coverage.xml
+ gcovr -r . --cobertura --output coverage.xml
53
54
# INSTALL SONAR SCANNER
55
0 commit comments