test/auto-pts: skip chipset/zephyr

This commit is contained in:
Matthias Ringwald 2020-08-29 22:44:47 +02:00
parent 3e3563aee9
commit 398e1682e3

View File

@ -1,7 +1,7 @@
#!/bin/sh
# collect traces from auto-pts run
lcov --capture --rc lcov_branch_coverage=1 --directory . --exclude "/Applications/*" --exclude "/Library/*" --exclude "/usr/*" --exclude "*/test/*" --output-file coverage-pts.info
# collect traces from auto-pts run (exclude chipset/zephyr)
lcov --capture --rc lcov_branch_coverage=1 --directory . --exclude "/Applications/*" --exclude "/Library/*" --exclude "/usr/*" --exclude "*/test/*" --exclude "*/chipset/*" --output-file coverage-pts.info
# optional: download unit tests, merge and filter results like in ../Makefile