• 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

87.5
/src/Wasm/src/Internal/WasmPolicyEngineConfiguration.cs
1
using Wasmtime;
2

3
namespace OpaDotNet.Wasm.Internal;
4

5
internal record WasmPolicyEngineConfiguration
×
6
{
7
    public required Engine Engine { get; init; }
1✔
8

9
    public required Linker Linker { get; init; }
1✔
10

11
    public required Store Store { get; init; }
1✔
12

13
    public required Memory Memory { get; init; }
1✔
14

15
    public required Module Module { get; init; }
1✔
16

17
    public required WasmPolicyEngineOptions Options { get; init; }
1✔
18

19
    public required IOpaImportsAbi Imports { get; init; }
1✔
20
}
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