From 44faa88c977a6a7b5e10f62cb13ce9d6976f1b01 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Tue, 13 Aug 2024 12:58:34 +0000 Subject: [PATCH] code coverage --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..52179e2 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: # https://docs.codecov.com/docs/codecov-yaml + precision: 2 + round: down + range: 90...90 + status: # https://docs.codecov.com/docs/commit-status + project: + default: + target: 90% + threshold: 0% + +comment: false