• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

net-daemon / netdaemon / 6682312374

29 Oct 2023 08:42AM UTC coverage: 79.419% (-1.3%) from 80.706%
6682312374

Pull #958

github

web-flow
Refactors (#979)

* Primary ctrs and some warnings fixed

* Adding timeout
Pull Request #958: .NET 8 version 4 release

802 of 1143 branches covered (0.0%)

Branch coverage included in aggregate %.

108 of 108 new or added lines in 17 files covered. (100.0%)

2891 of 3507 relevant lines covered (82.44%)

50.41 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/src/Client/NetDaemon.HassClient/Common/HomeAssistant/Model/InputBooleanHelper.cs
1
using System.Text.Json.Serialization;
2

3
namespace NetDaemon.Client.HomeAssistant.Model;
4

5
public record InputBooleanHelper
×
6
{
7
    [JsonPropertyName("name")] public string Name { get; init; } = String.Empty;
24✔
8
    [JsonPropertyName("icon")] public string? Icon { get; init; }
×
9
    [JsonPropertyName("id")] public string Id { get; init; } = String.Empty;
29✔
10
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc