File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ install:
2525script :
2626 - make -C $CPPUTEST_HOME/examples CPPUTEST_USE_GCOV=Y clean all_no_tests |& tee build.log ; test ${PIPESTATUS[0]} -eq 0
2727 - $CPPUTEST_HOME/examples/CppUTestExamples_tests -o junit -v
28- - gcovr --root ./ --filter ".*examples /ApplicationLib/.*" -x -o coverage.xml
28+ - gcovr --root ./ --filter ".*/ApplicationLib/.*" -x -o coverage.xml
2929
3030after_script :
3131 - testspace build.log{lint} [Tests]cpputest_*.xml coverage.xml
Original file line number Diff line number Diff line change 1919 override :
2020 - make -C $CPPUTEST_HOME/examples CPPUTEST_USE_GCOV=Y clean all_no_tests |& tee build.log ; test ${PIPESTATUS[0]} -eq 0
2121 - $CPPUTEST_HOME/examples/CppUTestExamples_tests -o junit -v
22- - gcovr --root ./ --filter ".*examples /ApplicationLib/.*" -x -o coverage.xml
22+ - gcovr --root ./ --filter ".*/ApplicationLib/.*" -x -o coverage.xml
2323
2424 post :
2525 - testspace build.log{lint} [Tests]cpputest_*.xml coverage.xml
Original file line number Diff line number Diff line change 2323
2424 - make -C $CPPUTEST_HOME/examples CPPUTEST_USE_GCOV=Y clean all_no_tests |& tee build.log ; test ${PIPESTATUS[0]} -eq 0
2525 - $CPPUTEST_HOME/examples/CppUTestExamples_tests -o junit -v
26- - gcovr --root ./ --filter ".*examples /ApplicationLib/.*" -x -o coverage.xml
26+ - gcovr --root ./ --filter ".*/ApplicationLib/.*" -x -o coverage.xml
2727
2828 on_success :
2929 - testspace build.log{lint} [Tests]cpputest_*.xml coverage.xml
You can’t perform that action at this time.
0 commit comments