From 398e1682e3cc0ebd4666bfd694d84b24be8a04ea Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sat, 29 Aug 2020 22:44:47 +0200 Subject: [PATCH] test/auto-pts: skip chipset/zephyr --- test/auto-pts/coverage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/auto-pts/coverage.sh b/test/auto-pts/coverage.sh index ef83d978f..853c19640 100755 --- a/test/auto-pts/coverage.sh +++ b/test/auto-pts/coverage.sh @@ -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