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

net-daemon / netdaemon / 6677352453

28 Oct 2023 02:02PM UTC coverage: 79.62% (-1.1%) from 80.706%
6677352453

Pull #958

github

web-flow
Move commonly used values for properties to the Directory.Build.props file (#978)

* Move common defaults to directory build props

* update path in dockerfile

* add missing build triggers

* update the other dockerfile as well
Pull Request #958: .NET 8 version 4 release

804 of 1145 branches covered (0.0%)

Branch coverage included in aggregate %.

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

2927 of 3541 relevant lines covered (82.66%)

50.0 hits per line

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

75.0
/src/Client/NetDaemon.HassClient/Internal/HomeAssistant/Commands/SimpleCommand.cs
1
namespace NetDaemon.Client.Internal.HomeAssistant.Commands;
2

3
internal record SimpleCommand : CommandMessage
×
4
{
5
    public SimpleCommand(string type)
98✔
6
    {
7
        Type = type;
98✔
8
    }
98✔
9
}
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

© 2025 Coveralls, Inc