From 4ffa3ac87f1d2fab0ccd138a51bba9706372274b Mon Sep 17 00:00:00 2001 From: Vitali Bibikov Date: Sat, 4 May 2024 14:07:06 +0200 Subject: [PATCH] Updated --- .codecov.yml | 18 ++++++++++++++++++ codecov.yml | 0 2 files changed, 18 insertions(+) create mode 100644 .codecov.yml delete mode 100644 codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..57077fe --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,18 @@ +codecov: + require_ci_to_pass: yes + coverage: + precision: 2 + round: down + range: "65...100" + + status: + project: + default: + threshold: null # Allow no drop in coverage + if_not_found: success + only_pulls: true + patch: + default: + target: '60%' # Example target for new code in pull requests + if_not_found: success + only_pulls: true diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index e69de29..0000000