From 94a9733eab21333a6927734e766e5f3a43142ef9 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Sun, 15 Jan 2023 10:38:53 -0800 Subject: [PATCH] Added code coverage yaml configuration. --- .codecov.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .codecov.yaml diff --git a/.codecov.yaml b/.codecov.yaml new file mode 100644 index 0000000..8a3f590 --- /dev/null +++ b/.codecov.yaml @@ -0,0 +1,13 @@ +codecov: + max_report_age: off + notify: + wait_for_ci: false + require_ci_to_pass: false +comment: + require_base: false + require_head: false +coverage: + status: + project: + default: + threshold: 0.07