From 5fffd012d478b2a62f481066e94b6c85f2ec596b Mon Sep 17 00:00:00 2001 From: Kevin BEAUGRAND <9513635+kbeaugrand@users.noreply.github.com> Date: Mon, 29 Aug 2022 13:40:09 +0200 Subject: [PATCH] Ignore migration files to code coverage --- codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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