mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
circleci temporarily disable code coverage (#6248)
This commit is contained in:
+4
-4
@@ -20,9 +20,9 @@ test:
|
|||||||
override:
|
override:
|
||||||
- mkdir -p ~/.ccache
|
- mkdir -p ~/.ccache
|
||||||
- make distclean
|
- make distclean
|
||||||
- PX4_DOCKER=1 make tests_coverage
|
- PX4_DOCKER=1 make tests
|
||||||
# copy test results for circleci
|
# copy test results for circleci
|
||||||
- mkdir -p $CIRCLE_TEST_REPORTS/junit/ && cp ./build_posix_sitl_default/JUnitTestResults.xml build_unittest/test_detail.xml $CIRCLE_TEST_REPORTS/junit/
|
#- mkdir -p $CIRCLE_TEST_REPORTS/junit/ && cp ./build_posix_sitl_default/JUnitTestResults.xml build_unittest/test_detail.xml $CIRCLE_TEST_REPORTS/junit/
|
||||||
- mkdir -p $CIRCLE_ARTIFACTS && cp -R coverage-html $CIRCLE_ARTIFACTS
|
#- mkdir -p $CIRCLE_ARTIFACTS && cp -R coverage-html $CIRCLE_ARTIFACTS
|
||||||
# only post to coveralls if not a fork PR
|
# only post to coveralls if not a fork PR
|
||||||
- if [ -z ${CIRCLE_PR_USERNAME}]; then cpp-coveralls -l coverage.info; fi
|
#- if [ -z ${CIRCLE_PR_USERNAME}]; then cpp-coveralls -l coverage.info; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user