diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..b67f16a12 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,29 @@ +codecov: + notify: + require_ci_to_pass: true +comment: + behavior: default + layout: header, diff + require_changes: false +coverage: + precision: 2 + range: + - 70.0 + - 100.0 + round: down + status: + changes: false + patch: false + project: + target: 80 + threshold: 0.5 + base: pr +parsers: + gcov: + branch_detection: + conditional: true + loop: true + macro: false + method: false + javascript: + enable_partials: false