mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
circleci limit coveralls submit to main repo
This commit is contained in:
parent
b4da337cd4
commit
c37d2c13e3
@ -24,5 +24,5 @@ test:
|
||||
# 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_ARTIFACTS && cp -R coverage-html $CIRCLE_ARTIFACTS
|
||||
- cpp-coveralls -l coverage.info
|
||||
|
||||
# only post to coveralls if not a fork PR
|
||||
- if [ -z ${CIRCLE_PR_USERNAME}]; then cpp-coveralls -l coverage.info; fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user