Skip to content

Commit 978a059

Browse files
committed
Exclude the dummy project from coverage
1 parent 9b22b84 commit 978a059

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CliFx.Tests.Dummy/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
using System;
2+
using System.Diagnostics.CodeAnalysis;
23
using System.IO;
34
using System.Reflection;
45
using System.Threading.Tasks;
56

7+
[assembly: ExcludeFromCodeCoverage]
8+
69
namespace CliFx.Tests.Dummy;
710

811
// This dummy application is used in tests where an external process is required

0 commit comments

Comments
 (0)