From f4972f9232b45357db6266e07993b967fc87b172 Mon Sep 17 00:00:00 2001 From: Adrian Villin Date: Tue, 4 Jun 2024 08:59:58 -0400 Subject: hs-test: fix coverage integration - fixed 'make test-cov' not generating gcda files Type: test Change-Id: I9745c6501a97248ab343a5dbb39dddcc75f715fd Signed-off-by: Adrian Villin --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5537f0dd791..a1550566b42 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,7 @@ compile_commands.json /extras/hs-test/hs-test /extras/hs-test/http_server /extras/hs-test/.build.ok +/extras/hs-test/.build.cov.ok /extras/hs-test/summary/ # ./configure -- cgit 1.2.3-korg