Skip to content

Commit

Permalink
Make sure all migrations are excluded from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Nov 21, 2023
1 parent 3782bfe commit 129ca5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

namespace MusicCatalogue.Data.Migrations
{
[ExcludeFromCodeCoverage]
/// <inheritdoc />
public partial class ReportId : Migration
{
Expand Down

0 comments on commit 129ca5a

Please sign in to comment.