From fb6f0e8efc4e6853f0ae2d5d0ea7425ca200160c Mon Sep 17 00:00:00 2001 From: Pepijn Noltes Date: Sat, 1 Jun 2024 20:14:25 +0200 Subject: [PATCH] gh-747: Add ignore for gtest sources for codecov --- codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 1525d2400..e2a43f22b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -18,4 +18,6 @@ coverage: precision: 2 round: down - range: "68...100" \ No newline at end of file + range: "68...100" +ignore: + - "gtest/**" \ No newline at end of file