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

net-daemon / netdaemon / 6662917985

27 Oct 2023 04:30AM UTC coverage: 79.62% (-1.1%) from 80.727%
6662917985

Pull #958

github

web-flow
Merge 50ca8ca0f into 4aede33a5
Pull Request #958: .NET 8 version 4 release

807 of 1148 branches covered (0.0%)

Branch coverage included in aggregate %.

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

2924 of 3538 relevant lines covered (82.65%)

50.09 hits per line

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

80.0
/src/Client/NetDaemon.HassClient/Internal/HomeAssistant/Commands/CallExecuteScriptCommand.cs
1
namespace NetDaemon.Client.Internal.HomeAssistant.Commands;
2

3
internal record CallExecuteScriptCommand : CommandMessage
×
4
{
5
    public CallExecuteScriptCommand()
2✔
6
    {
7
        Type = "execute_script";
2✔
8
    }
2✔
9

10
    [JsonPropertyName("sequence")] public object[] Sequence { get; init; } = default!;
9✔
11
}
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