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

me-viper / OpaDotNet / 19694331639

26 Nov 2025 06:11AM UTC coverage: 87.651% (+5.0%) from 82.68%
19694331639

push

github

me-viper
test: Fix test concurrency

4585 of 5231 relevant lines covered (87.65%)

0.88 hits per line

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

80.0
/src/Wasm/src/Validation/SignedFile.cs
1
using System.Text.Json.Serialization;
2

3
namespace OpaDotNet.Wasm.Validation;
4

5
internal record SignedFile
×
6
{
7
    [JsonPropertyName("name")]
8
    public string? Name { get; init; }
1✔
9

10
    [JsonPropertyName("hash")]
11
    public string? Hash { get; init; }
1✔
12

13
    [JsonPropertyName("algorithm")]
14
    public string? Algorithm { get; init; }
1✔
15

16
    [JsonIgnore]
17
    internal bool IsValid { get; set; }
1✔
18
}
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