adds unit tests to cover 80%
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
// Excludes the top-level-statement Program class from code coverage.
|
||||
// Program.cs is application bootstrapping and cannot be meaningfully unit tested.
|
||||
[ExcludeFromCodeCoverage]
|
||||
public partial class Program { }
|
||||
Reference in New Issue
Block a user