From 79bdaaba20b4e670b1709f3c0becf19dec7933fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Thu, 14 Sep 2023 13:35:08 +0200 Subject: [PATCH] chore(ci): disable codecov patch status This is done to avoid noisy reports in GitHub since coverage in all the library layers haven't been implemented yet. --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..956ce75a2 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,4 @@ +coverage: + status: + # Disable patch checks in GitHub until all tfhe-rs layers have coverage implemented. + patch: false