mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-02 07:20:16 +00:00
test/coverage: fix build
This commit is contained in:
parent
4d7d20a57c
commit
410e1b0659
@ -100,7 +100,7 @@ test-coverage: subdirs
|
|||||||
|
|
||||||
coverage: test-coverage test-coverage-ble
|
coverage: test-coverage test-coverage-ble
|
||||||
# download pts coverage and fix paths
|
# download pts coverage and fix paths
|
||||||
curl https://bluekitchen-gmbh.com/btstack/develop/coverage-pts.info | sed 's|buildbot-worker/auto-pts/btstack/|buildbot-worker/test-develop/build|' > coverage-pts.info
|
curl https://bluekitchen-gmbh.com/btstack/develop/coverage-pts.info | sed 's|buildbot-worker/auto-pts/btstack|buildbot-worker/test-develop/build|' > coverage-pts.info
|
||||||
|
|
||||||
# combine unit[-ble] and pts
|
# combine unit[-ble] and pts
|
||||||
lcov --rc lcov_branch_coverage=1 -a coverage-pts.info -a coverage-unit.info --output-file coverage.info
|
lcov --rc lcov_branch_coverage=1 -a coverage-pts.info -a coverage-unit.info --output-file coverage.info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user