From f8c6f78225a24632c716283dd95a119ca97eb573 Mon Sep 17 00:00:00 2001 From: BohuTANG Date: Thu, 2 Sep 2021 14:02:15 +0800 Subject: [PATCH] CI: ignore the datafuse cli code coverage --- .github/actions-rs/grcov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions-rs/grcov.yml b/.github/actions-rs/grcov.yml index beef462aa84b4..f615a3bf3afb0 100644 --- a/.github/actions-rs/grcov.yml +++ b/.github/actions-rs/grcov.yml @@ -18,3 +18,4 @@ ignore: - "*/tracing/*" - "*/api/http/debug/*" - "*/datasources/example/*" + - "*/cli/*"