This is an automated email from the ASF dual-hosted git repository.

willayd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 4e5cd91b ci: Fix Meson coverage issue (#664)
4e5cd91b is described below

commit 4e5cd91b2945a05ec69c8835acaefe2e872de36d
Author: William Ayd <[email protected]>
AuthorDate: Wed Oct 16 08:43:33 2024 -0400

    ci: Fix Meson coverage issue (#664)
---
 ci/scripts/build-with-meson.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/build-with-meson.sh b/ci/scripts/build-with-meson.sh
index e2330aba..535d26fd 100755
--- a/ci/scripts/build-with-meson.sh
+++ b/ci/scripts/build-with-meson.sh
@@ -117,7 +117,7 @@ function main() {
 
     show_header "Generate coverage reports"
     ninja coverage
-    lcov --list meson-logs/coverage.info
+    lcov --list meson-logs/coverage.info --ignore-errors mismatch
 
     popd
 

Reply via email to