From ace4d1710c563b4c2de5d69b2bd6dd6a7246cd08 Mon Sep 17 00:00:00 2001 From: Kogia-sima Date: Wed, 30 Dec 2020 03:26:24 +0900 Subject: [PATCH] Add codecov.yml --- codecov.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c8d34b9 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,15 @@ +coverage: + status: + project: + default: + threshold: 3% + branches: + - master + only_pulls: false + + patch: + default: + target: auto + branches: + - master + only_pulls: true