From 7529c02e58e75a9d32305a2feb26d8afc102412b Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 12 Oct 2019 12:05:07 +0200 Subject: [PATCH] chore: add codecov setup (#186) * chore: add codecov setup * chore: add dump functions * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov --- codecov.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..6311404 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,29 @@ +codecov: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "80...85" + + status: + project: + default: + target: auto + threshold: 1% + base: auto + patch: no + changes: no + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "diff,flags,tree" + behavior: default + require_changes: no \ No newline at end of file