Skip to content

Commit

Permalink
Ignore migration files to code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Aug 30, 2022
1 parent 3ff125c commit 5fffd01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ coverage:
target: auto # auto compares coverage to the previous base commit
ignore:
- "**/Startup.cs"
- "**/Program.cs"
- "**/Program.cs"
- "**/PortalDbContext.cs"
- "**/Migrations/*.cs"

0 comments on commit 5fffd01

Please sign in to comment.