Jenkins SITL tests coverage temporarily disable process_logdata_ekf.py coverage

- need to update to python3 coverage.py.
This commit is contained in:
Daniel Agar 2019-02-18 11:40:29 -05:00 committed by GitHub
parent 0705d6c807
commit 344f632443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,8 @@ def createTestNode(Map test_def) {
// process log data (with python code coverage)
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) {
// save log analysis artifacts for debugging
archiveArtifacts(allowEmptyArchive: false, artifacts: '.ros/**/*.pdf, .ros/**/*.csv')