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

net-daemon / netdaemon / 6676141797

28 Oct 2023 09:39AM UTC coverage: 79.577% (-1.1%) from 80.706%
6676141797

Pull #958

github

web-flow
Merge c23c0dbff into 80d8bf8e2
Pull Request #958: .NET 8 version 4 release

803 of 1145 branches covered (0.0%)

Branch coverage included in aggregate %.

33 of 33 new or added lines in 7 files covered. (100.0%)

2926 of 3541 relevant lines covered (82.63%)

49.8 hits per line

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

80.0
/src/Client/NetDaemon.HassClient/Common/HomeAssistant/Model/HassUnitSystem.cs
1
namespace NetDaemon.Client.HomeAssistant.Model;
2

3
public record HassUnitSystem
×
4
{
5
    [JsonPropertyName("length")] public string? Length { get; init; }
20✔
6

7
    [JsonPropertyName("mass")] public string? Mass { get; init; }
20✔
8

9
    [JsonPropertyName("temperature")] public string? Temperature { get; init; }
20✔
10

11
    [JsonPropertyName("volume")] public string? Volume { get; init; }
20✔
12
}
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