Skip to content

Commit

Permalink
Exclude the tracker timer from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Aug 25, 2023
1 parent 3104d59 commit f4c6b22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BaseStationReader.Logic/TrackerTimer.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
using BaseStationReader.Entities.Interfaces;
using System.Diagnostics.CodeAnalysis;
using System.Timers;

namespace BaseStationReader.Logic
{
[ExcludeFromCodeCoverage]
public class TrackerTimer : ITrackerTimer
{
private System.Timers.Timer? _timer = null;
Expand Down

0 comments on commit f4c6b22

Please sign in to comment.