Skip to content

Commit 5bb274f

Browse files
authored
Update shippable.yml
1 parent d06a027 commit 5bb274f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

shippable.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ build:
2525
- $CPPUTEST_HOME/examples/CppUTestExamples_tests -o junit -v
2626
- gcovr --root ./ --filter ".*/ApplicationLib/.*" -x -o coverage.xml
2727

28-
on_success:
29-
- testspace build.log{lint} [Tests]cpputest_*.xml coverage.xml
30-
31-
on_failure:
32-
- testspace build.log{lint} [Tests]cpputest_*.xml coverage.xml
28+
always:
29+
- testspace build.log{lint} [Tests]cpputest_*.xml coverage.xml
3330

0 commit comments

Comments
 (0)