File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ addons:
3636 apt :
3737 sources :
3838 - ubuntu-toolchain-r-test
39- - lcov
40- - genhtml
4139 packages :
4240 - doxygen
4341 - doxygen-doc
@@ -48,7 +46,7 @@ addons:
4846
4947before_install :
5048 # condition for the extended build (with coverage and documentation)
51- - if [ "$TRAVIS_OS_NAME" == "osx " ] && [ "$CXX" == "g++" ] && [ "$CXX_STANDARD" == "98" ]; then
49+ - if [ "$TRAVIS_OS_NAME" == "linux " ] && [ "$CXX" == "g++" ] && [ "$CXX_STANDARD" == "98" ]; then
5250 EXTENDED_BUILD="ON";
5351 fi
5452
@@ -110,6 +108,7 @@ after_success:
110108 cd ${TRAVIS_BUILD_DIR}/static ;
111109 cp ${TRAVIS_BUILD_DIR}/scriptsBuild/generateTestCoverageReport.sh generateTestCoverageReport.sh;
112110 sh generateTestCoverageReport.sh;
111+ ls;
113112 bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" ;
114113 fi
115114
You can’t perform that action at this time.
0 commit comments