forked from Archive/PX4-Autopilot
Coverage: Run lcov separate to fix paths
Without this the paths of the different compile units do not match up.
This commit is contained in:
parent
7e39ef8b8f
commit
d468388643
2
Makefile
2
Makefile
|
@ -368,6 +368,8 @@ tests_integration_coverage:
|
|||
@$(MAKE) --no-print-directory px4_sitl_default sitl_gazebo
|
||||
@$(MAKE) --no-print-directory px4_sitl_default mavsdk_tests
|
||||
@"$(SRC_DIR)"/test/mavsdk_tests/mavsdk_test_runner.py --speed-factor 100
|
||||
@mkdir -p coverage
|
||||
@lcov --directory build/px4_sitl_default --base-directory build/px4_sitl_default --gcov-tool gcov --capture -o coverage/lcov.info
|
||||
|
||||
tests_mission: rostest
|
||||
@"$(SRC_DIR)"/test/rostest_px4_run.sh mavros_posix_tests_missions.test
|
||||
|
|
Loading…
Reference in New Issue