From 0eb44afd25907fcc4481a989ce6c575ba1d654a2 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Fri, 22 Oct 2021 21:18:44 +0400 Subject: [PATCH] Add codecov configuration * Ensure that PR covers 100% of diff * Disable project coverage as it may be misleading * Disable github comment to avoid notifications --- .codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..78f7b94d --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,7 @@ +coverage: + status: + patch: + default: + target: 100% + project: false +comment: false