From 85db9dbbe5864ac7f077c3b5ab2e3c8e7f5bd913 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Tue, 28 May 2024 19:32:52 -0400 Subject: [PATCH] adding codecov.yml - #28 --- codecov.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..168d733 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,22 @@ +codecov: + notify: + after_n_builds: 1 +coverage: + range: 70..100 + round: nearest + precision: 1 + status: + project: + default: + threshold: 5% + patch: + default: + threshold: 20% + target: 60% + ignore: + - "tests/*" +comment: + layout: "reach, diff, files" + behavior: once + after_n_builds: 1 + require_changes: true