• 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/Compilation.Abstractions/src/RegoCompilerVersion.cs
1
namespace OpaDotNet.Compilation.Abstractions;
2

3
/// <summary>
4
/// Compiler version information.
5
/// </summary>
6
[PublicAPI]
7
public record RegoCompilerVersion
×
8
{
9
    /// <summary>
10
    /// Version.
11
    /// </summary>
12
    public string? Version { get; set; }
1✔
13

14
    /// <summary>
15
    /// Commit.
16
    /// </summary>
17
    public string? Commit { get; set; }
1✔
18

19
    /// <summary>
20
    /// GO compiler version.
21
    /// </summary>
22
    public string? GoVersion { get; set; }
1✔
23

24
    /// <summary>
25
    /// Platform.
26
    /// </summary>
27
    public string? Platform { get; set; }
1✔
28
}
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