From 77b5fe72543b816093f215249982706a10666af3 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Sun, 29 Sep 2019 06:43:15 +0100 Subject: [PATCH] Remove minimum coverage ratio It seems to have broken the codecov.io report generator instead :( --- .codecov.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 6627217..a0fb6d0 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,13 +2,6 @@ codecov: ci: - github.com -coverage: - status: - project: - default: - target: 90% - threshold: 1 - ignore: - "**/*/dist/*.js" - "**/*.{spec,test}.js"