diff --git a/codecov.yml b/codecov.yml index cd336b4c6..7837b1eec 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,4 +5,6 @@ coverage: target: auto # auto compares coverage to the previous base commit ignore: - "**/Startup.cs" - - "**/Program.cs" \ No newline at end of file + - "**/Program.cs" + - "**/PortalDbContext.cs" + - "**/Migrations/*.cs" \ No newline at end of file