From 8ba32e9ef77d126e5050f2b73a7c77a1e8104414 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 2 Jan 2018 16:11:06 -0500 Subject: [PATCH] ci: add .codecov.yml for codecov.io configuration This is the default config with the exclusion of tests/samples added for Zephyr. Signed-off-by: Anas Nashif --- .codecov.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000000..85cc860d553 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,31 @@ +codecov: + notify: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "70...100" + + status: + project: yes + patch: yes + changes: no + +#ignore: +# - "tests/**/*" +# - "samples/**/*" +# - "ext/hal/**/*" + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "reach, diff, flags, files, footer" + behavior: default + require_changes: no