From 721ac34361a371ec8de9d60499eaec90c15d9424 Mon Sep 17 00:00:00 2001 From: wtetsu Date: Thu, 27 Apr 2023 02:46:24 +0900 Subject: [PATCH] Add codecov.yml --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..6ac3b93 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + threshold: 80%