diff --git a/.codecov.yml b/.codecov.yml index 777b4a5514..452ad2b737 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,4 +8,7 @@ coverage: comment: layout: "header, diff, changes" ignore: - - "src/Tgstation.Server.Host/Database/Migrations" + - "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"