From d83536b3db23582d8f72730a1e806ed9d157a1c0 Mon Sep 17 00:00:00 2001 From: mmynk Date: Mon, 20 Nov 2023 17:55:40 -0600 Subject: [PATCH] Add codecov configuration --- codecov.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000..c1a553d --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,10 @@ +coverage: + precision: 2 + round: down + range: "80..90" + status: + project: + default: + target: auto + threshold: 1% + base: auto