mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-30 16:20:24 +00:00
test: add coverage-freertos-ble target
This commit is contained in:
parent
2ebe1e78b8
commit
07d7e39291
@ -70,3 +70,6 @@ coverage:
|
||||
lcov --capture --rc lcov_branch_coverage=1 --directory . --exclude "/Applications/*" --exclude "/Library/*" --exclude "/usr/*" --exclude "*/3rd-party/tinydir/*" --exclude "*/platform/posix/*" --exclude "*/test/*" --output-file coverage.info
|
||||
# generate html output
|
||||
genhtml coverage.info --branch-coverage --output-directory coverage-html
|
||||
|
||||
coverage-freertos-ble:
|
||||
./coverage_filter.py src/mesh src/classic
|
||||
|
@ -33,7 +33,7 @@ def list_category_table():
|
||||
|
||||
filter = sys.argv[1:]
|
||||
|
||||
print("Parsing HTML Coverage Report")
|
||||
print("\nParsing HTML Coverage Report")
|
||||
|
||||
tree = html.parse(coverage_html_path)
|
||||
files = tree.xpath("//td[@class='coverFile']")
|
Loading…
x
Reference in New Issue
Block a user