From d63f31adb124c6cd2eabf95340638acf7570539e Mon Sep 17 00:00:00 2001 From: Dominion Date: Tue, 13 Jun 2023 01:43:33 -0400 Subject: [PATCH] CodeCov settings cleanup Possibly fixes #1541 --- .codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 777b4a5514..c522808d55 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,4 +8,8 @@ coverage: comment: layout: "header, diff, changes" ignore: + - "src/Tgstation.Server.Host/Database/Design" - "src/Tgstation.Server.Host/Database/Migrations" +codecov: + max_report_age: off + require_ci_to_pass: no