Skip to content

Commit

Permalink
Excluding form from code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Breno RdV committed Feb 11, 2024
1 parent 748b2ff commit 64c230a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Raccoon.Ninja.WForm.GlucoseIcon/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Runtime.InteropServices;
using Raccoon.Ninja.Extensions.Desktop.Logging;
Expand All @@ -9,6 +10,7 @@

namespace Raccoon.Ninja.WForm.GlucoseIcon;

[ExcludeFromCodeCoverage]
public partial class MainForm : Form
{
private TimerHandler _timerHandler;
Expand Down

0 comments on commit 64c230a

Please sign in to comment.