mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Jenkins SITL tests coverage temporarily disable process_logdata_ekf.py coverage
- need to update to python3 coverage.py.
This commit is contained in:
@@ -155,7 +155,8 @@ def createTestNode(Map test_def) {
|
|||||||
|
|
||||||
// process log data (with python code coverage)
|
// process log data (with python code coverage)
|
||||||
try {
|
try {
|
||||||
sh('coverage run -p Tools/ecl_ekf/process_logdata_ekf.py .ros/log/*/*.ulg')
|
//sh('coverage run -p Tools/ecl_ekf/process_logdata_ekf.py .ros/log/*/*.ulg')
|
||||||
|
sh('Tools/ecl_ekf/process_logdata_ekf.py .ros/log/*/*.ulg')
|
||||||
} catch (exc) {
|
} catch (exc) {
|
||||||
// save log analysis artifacts for debugging
|
// save log analysis artifacts for debugging
|
||||||
archiveArtifacts(allowEmptyArchive: false, artifacts: '.ros/**/*.pdf, .ros/**/*.csv')
|
archiveArtifacts(allowEmptyArchive: false, artifacts: '.ros/**/*.pdf, .ros/**/*.csv')
|
||||||
|
|||||||
Reference in New Issue
Block a user