Skip to content

Commit 81bbc07

Browse files
committed
exclude deletebranchform from coverage
1 parent 2bd8955 commit 81bbc07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RetailCoder.VBE/UI/SourceControl/DeleteBranchForm.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
using System;
22
using System.Collections.Generic;
3+
using System.Diagnostics.CodeAnalysis;
34
using System.Windows.Forms;
45

56
namespace Rubberduck.UI.SourceControl
67
{
8+
[ExcludeFromCodeCoverage]
79
public partial class DeleteBranchForm : Form, IDeleteBranchView
810
{
911
public DeleteBranchForm()

0 commit comments

Comments
 (0)