Skip to content

Commit

Permalink
Exclude reporting entity base class from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Nov 21, 2023
1 parent 8253d0e commit fcb9ae5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/MusicCatalogue.Entities/Reporting/ReportEntityBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
namespace MusicCatalogue.Entities.Reporting
using System.Diagnostics.CodeAnalysis;

namespace MusicCatalogue.Entities.Reporting
{
[ExcludeFromCodeCoverage]
public class ReportEntityBase
{
public int Id { get; set; }
Expand Down

0 comments on commit fcb9ae5

Please sign in to comment.