From 6b69812a3ac6ac12ad2b290752cae232aad3457d Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 11 Jun 2026 17:41:23 +0900 Subject: [PATCH] nix/coverage-html: ignore header files --- nix/coverage-html.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/coverage-html.nix b/nix/coverage-html.nix index b66ef67..54b7ca0 100644 --- a/nix/coverage-html.nix +++ b/nix/coverage-html.nix @@ -49,6 +49,7 @@ stdenv.mkDerivation { -use-color -Xdemangler=c++filt -ignore-filename-regex='.*(test/).*' + -ignore-filename-regex='.*\.h' -compilation-dir=. )