We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c1c75 commit fee8267Copy full SHA for fee8267
1 file changed
Makefile
@@ -67,7 +67,9 @@ coverage_xml: coverage
67
codecov.bash:
68
curl -s https://codecov.io/bash > $@
69
70
+# edit the xml inplace to upgrade partial hits to full hits
71
test_codecov: coverage_xml codecov.bash
72
+ sed -i -e 's|condition-coverage="[^"]*\([0-9]\+\))"|condition-coverage="100% (\1/\1)"|g' cobertura.xml
73
bash codecov.bash -X gcov search
74
75
tidy:
0 commit comments