From fb8d5fce9b8810d0c0b689ac0cbbcd842a67a68a Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 17 Aug 2023 22:06:55 +0200 Subject: [PATCH] Add codecov config for PR integration. (#70) --- .codecov.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..1ce649e --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,16 @@ +coverage: + precision: 2 + round: nearest + range: 60...100 + status: + patch: + default: + informational: true + project: + default: + informational: true + +ignore: + - tests/.* + +comment: off