There was an error while loading. Please reload this page.
1 parent 9b22b84 commit 978a059Copy full SHA for 978a059
1 file changed
CliFx.Tests.Dummy/Program.cs
@@ -1,8 +1,11 @@
1
using System;
2
+using System.Diagnostics.CodeAnalysis;
3
using System.IO;
4
using System.Reflection;
5
using System.Threading.Tasks;
6
7
+[assembly: ExcludeFromCodeCoverage]
8
+
9
namespace CliFx.Tests.Dummy;
10
11
// This dummy application is used in tests where an external process is required
0 commit comments