Skip to content

Commit 1403dd6

Browse files
authored
Update shippable.yml
1 parent 7982520 commit 1403dd6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

shippable.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,5 @@ build:
3535
- $GTEST_ROOT/build/sample10_unittest --gtest_output=xml:sample10.xml
3636
- gcovr --root ./ --filter ".*/samples/.*" --exclude ".*_unittest.*" -x -o coverage.xml
3737

38-
on_success:
39-
- testspace build.log{lint} [Tests]sample*.xml coverage.xml
40-
41-
on_failure:
42-
- testspace build.log{lint} [Tests]sample*.xml coverage.xml
43-
38+
always:
39+
- testspace build.log{lint} [Tests]sample*.xml coverage.xml

0 commit comments

Comments
 (0)