diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000000..64dd7001c2 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,30 @@ +codecov: + notify: + require_ci_to_pass: yes + +coverage: + precision: 0 + round: nearest + range: "70...95" + + status: + project: yes + patch: yes + changes: no + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "header, diff" + behavior: default + require_changes: no + +ignore: + - "tox/_verlib.py" # vendored in and not internally tested + - "tox/__main__.py" diff --git a/changelog/802.misc.rst b/changelog/802.misc.rst new file mode 100644 index 0000000000..facd8bb2bb --- /dev/null +++ b/changelog/802.misc.rst @@ -0,0 +1 @@ +tweak codecov settings via .codecov.yml - by @obestwalter