From 83ebc69b120b817651e44f3e25c85dee477c6c65 Mon Sep 17 00:00:00 2001 From: Semir Sionek Date: Wed, 14 May 2025 14:12:44 +0000 Subject: [PATCH] misc: ignore hs-test cov failures in test-cov-both target Type: make Change-Id: I983e052a18e1d02c9f1d77b667f4983695c2cf71 Signed-off-by: Semir Sionek --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6f9a735db22..d7fce89a163 100644 --- a/Makefile +++ b/Makefile @@ -565,9 +565,9 @@ test-cov-post-standalone: test-cov-both: @echo "Running Python, Golang tests and merging coverage reports." find $(BR) -name '*.gcda' -delete - @$(MAKE) test-cov + -@$(MAKE) test-cov find $(BR) -name '*.gcda' -delete - @$(MAKE) test-cov-hs + -@$(MAKE) test-cov-hs @$(MAKE) cov-merge .PHONY: test-cov-build -- 2.16.6