From 9941c8652d35052d4bf76f69c318b62d63a0dce4 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 27 Feb 2025 15:40:58 +0000 Subject: [PATCH] Customise codecov --- codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..90077651 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,13 @@ +codecov: + max_report_age: off +ignore: + - "deps/picohttpparser" + - "deps/*.h" + - "plugins/examples" + - "test" + - "^.*/test/.*" +parsers: + gcov: + branch_detection: + conditional: no + loop: no