summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2021-08-04 01:07:52 -0400
committerPaul Moore <paul@paul-moore.com>2021-08-12 12:30:30 -0400
commitc261232174c8432e12c39e2fc938a64d562de1d6 (patch)
tree91853117a49751feeb9d0eeb900e0885519fd922 /Makefile.am
parentcc8d19b69aaadff2172b04fa37d4995ae63e895a (diff)
downloadlibseccomp-c261232174c8432e12c39e2fc938a64d562de1d6.tar.gz
github: tweak the GH Actions configuration
This should help leverage the recent code coverage changes as well as some changes to the test framework. We also add the generated HTML coverage report to the "codecoverage" artifacts. Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b7d491f..588e023 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,8 +18,10 @@
@CODE_COVERAGE_RULES@
+CODE_COVERAGE_OUTPUT_FILE = libseccomp.lcov.info
+CODE_COVERAGE_OUTPUT_DIRECTORY = libseccomp.lcov.html.d
CODE_COVERAGE_IGNORE_PATTERN = \
- /usr/include/bits/* \
+ */usr/include/* \
*/src/arch-syscall-check.c \
*/src/syscalls.perf