From 2a56eca910037a770d28d66049dd09e1e1e0540a Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 7 Jan 2019 09:26:08 -0500 Subject: [PATCH] Jenkins use px4_sitl_test build to run unit tests - these only run if code coverage is enabled --- .ci/Jenkinsfile-SITL_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile-SITL_tests b/.ci/Jenkinsfile-SITL_tests index a07ec2da55..aeef32efca 100644 --- a/.ci/Jenkinsfile-SITL_tests +++ b/.ci/Jenkinsfile-SITL_tests @@ -177,7 +177,7 @@ pipeline { steps { sh 'export' sh 'make distclean' - sh 'make px4_sitl_default test_results_junit' + sh 'make px4_sitl_test test_results_junit' withCredentials([string(credentialsId: 'FIRMWARE_CODECOV_TOKEN', variable: 'CODECOV_TOKEN')]) { sh 'curl -s https://codecov.io/bash | bash -s - -F unittest' }