From 13d6e44f6061e69d6668e42e0244cd13ff93b45c 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 452ad2b737..86207739c5 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,7 +8,11 @@ coverage: comment: layout: "header, diff, changes" ignore: + - "src/Tgstation.Server.Host/Database/Design" - "src/Tgstation.Server.Host/Database/Migrations/MySqlDatabaseContextModelSnapshot.cs" - "src/Tgstation.Server.Host/Database/Migrations/PostgresSqlDatabaseContextModelSnapshot.cs" - "src/Tgstation.Server.Host/Database/Migrations/SqliteDatabaseContextModelSnapshot.cs" - "src/Tgstation.Server.Host/Database/Migrations/SqlServerDatabaseContextModelSnapshot.cs" +codecov: + max_report_age: off + require_ci_to_pass: no