From d3f21f8658910641312f146b82eefc40ba8d011c Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 29 Apr 2023 18:53:13 -0400 Subject: [PATCH] Ignore migrations when tracking code coverage This is gonna hurt... --- .codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 6f6f55798a..777b4a5514 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,3 +7,5 @@ coverage: patch: off comment: layout: "header, diff, changes" +ignore: + - "src/Tgstation.Server.Host/Database/Migrations"