Skip to content

Commit

Permalink
Ensure migrations are excluded from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Nov 30, 2023
1 parent 7c4c0a6 commit ff2ede9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

namespace MusicCatalogue.Data.Migrations
{
[ExcludeFromCodeCoverage]
/// <inheritdoc />
public partial class RetailerStatistics : Migration
{
[ExcludeFromCodeCoverage]
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
Expand Down

0 comments on commit ff2ede9

Please sign in to comment.