Use colcon-coveragepy-result to display Python coverage results

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-05-11 21:32:16 -04:00
parent 4204ba38c5
commit e6d59b206e

View file

@ -65,7 +65,6 @@ coverage:
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST --mixin coverage-pytest - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST --mixin coverage-pytest
- colcon test-result --all - colcon test-result --all
- colcon lcov-result --packages-select tracetools tracetools_test --verbose - colcon lcov-result --packages-select tracetools tracetools_test --verbose
- coverage combine build/tracetools_test/pytest_cov/*/.coverage - colcon coveragepy-result --packages-select $PACKAGES_LIST --verbose --coverage-report-args -m
- coverage report -m
allow_failure: true allow_failure: true
<<: *global_artifacts <<: *global_artifacts