Jenkins store SITL unit test results

This commit is contained in:
Daniel Agar
2019-11-03 20:25:55 -05:00
parent b8b7527d05
commit 7f930f875e
4 changed files with 19 additions and 134 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ pipeline {
sh 'export'
sh 'make distclean'
sh 'git fetch --tags'
sh 'make px4_sitl_test test_results_junit'
sh 'make tests'
withCredentials([string(credentialsId: 'FIRMWARE_CODECOV_TOKEN', variable: 'CODECOV_TOKEN')]) {
sh 'curl -s https://codecov.io/bash | bash -s - -F unittest'
}