From b428cf8179d5f8f8b171e405c5e8ca1db5a0bde8 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 26 Jun 2020 17:04:33 -0400 Subject: [PATCH] No more patch testing please --- .codecov.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 9c2f3f328a..981fbc42cd 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,5 +1,5 @@ codecov: - strict_yaml_branch: master + strict_yaml_branch: dev ignore: - "src/Tgstation.Server.Host/Database/Migrations" - "src/Tgstation.Server.Host/Database/Design" @@ -10,9 +10,5 @@ coverage: threshold: 0 if_no_uploads: failure if_ci_failed: failure - patch: - default: - target: 100 - only_pulls: true comment: layout: "header, diff, changes"