Skip to content

Commit

Permalink
exclude tests from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed Dec 16, 2023
1 parent ae38734 commit 8fdd3a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CleanAspCore.Api.Tests/GlobalSetup.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
using CleanAspCore.Api.Tests.TestSetup;
using System.Diagnostics.CodeAnalysis;
using CleanAspCore.Data;
using Microsoft.Extensions.DependencyInjection;

[assembly: FixtureLifeCycle(LifeCycle.InstancePerTestCase)]
[assembly: Parallelizable(ParallelScope.Children)]
[assembly: ExcludeFromCodeCoverage]

namespace CleanAspCore.Api.Tests;

Expand Down

0 comments on commit 8fdd3a5

Please sign in to comment.