From f897df619e0b4a4dfe5251db9b3792b98b6b4d14 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Sun, 29 Sep 2019 06:28:07 +0100 Subject: [PATCH] Set minimum coverage ratio --- .codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index a0fb6d0..6627217 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,6 +2,13 @@ codecov: ci: - github.com +coverage: + status: + project: + default: + target: 90% + threshold: 1 + ignore: - "**/*/dist/*.js" - "**/*.{spec,test}.js"