We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06a027 commit 5bb274fCopy full SHA for 5bb274f
shippable.yml
@@ -25,9 +25,6 @@ build:
25
- $CPPUTEST_HOME/examples/CppUTestExamples_tests -o junit -v
26
- gcovr --root ./ --filter ".*/ApplicationLib/.*" -x -o coverage.xml
27
28
- on_success:
29
- - testspace build.log{lint} [Tests]cpputest_*.xml coverage.xml
30
-
31
- on_failure:
32
+ always:
+ - testspace build.log{lint} [Tests]cpputest_*.xml coverage.xml
33
0 commit comments