From: Semir Sionek Date: Wed, 14 May 2025 14:12:44 +0000 (+0000) Subject: misc: ignore hs-test cov failures in test-cov-both target X-Git-Tag: v25.10-rc0~12 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F42959%2F3;p=vpp.git misc: ignore hs-test cov failures in test-cov-both target Type: make Change-Id: I983e052a18e1d02c9f1d77b667f4983695c2cf71 Signed-off-by: Semir Sionek --- 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