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