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 7982520 commit 1403dd6Copy full SHA for 1403dd6
shippable.yml
@@ -35,9 +35,5 @@ build:
35
- $GTEST_ROOT/build/sample10_unittest --gtest_output=xml:sample10.xml
36
- gcovr --root ./ --filter ".*/samples/.*" --exclude ".*_unittest.*" -x -o coverage.xml
37
38
- on_success:
39
- - testspace build.log{lint} [Tests]sample*.xml coverage.xml
40
-
41
- on_failure:
42
43
+ always:
+ - testspace build.log{lint} [Tests]sample*.xml coverage.xml
0 commit comments