push
github
87 of 132 branches covered (65.91%)
67 of 144 new or added lines in 8 files covered. (46.53%)
22 existing lines in 3 files now uncovered.318 of 417 relevant lines covered (76.26%)
42.32 hits per line
1 |
namespace GamesDoneQuickCalendarFactory.Data; |
|
2 |
|
|
3 |
/// <summary>
|
|
4 |
/// <see href="https://shields.io/badges/endpoint-badge"/>
|
|
5 |
/// </summary>
|
|
UNCOV
6
|
public record ShieldsBadgeResponse(
|
× |
UNCOV
7
|
string label,
|
× |
UNCOV
8
|
string message,
|
× |
UNCOV
9
|
string? color = null,
|
× |
UNCOV
10
|
bool isError = false, |
× |
UNCOV
11
|
string? logoSvg = null
|
× |
UNCOV
12
|
) { |
× |
13 |
|
|
UNCOV
14
|
public int schemaVersion { get; } = 1; |
× |
15 |
|
|
16 |
} |