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

me-viper / OpaDotNet.Compilation / 6942841257

21 Nov 2023 09:53AM UTC coverage: 88.266%. Remained the same
6942841257

push

github

me-viper
chore: Update CHANGELOG

180 of 220 branches covered (0.0%)

Branch coverage included in aggregate %.

670 of 743 relevant lines covered (90.17%)

533.36 hits per line

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

80.0
/src/OpaDotNet.Compilation.Abstractions/RegoCompilerVersion.cs
1
using JetBrains.Annotations;
2

3
namespace OpaDotNet.Compilation.Abstractions;
4

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

16
    /// <summary>
17
    /// Commit.
18
    /// </summary>
19
    public string? Commit { get; set; }
88✔
20

21
    /// <summary>
22
    /// GO compiler version.
23
    /// </summary>
24
    public string? GoVersion { get; set; }
92✔
25

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