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

Aldaviva / GamesDoneQuickCalendarFactory / 20709849965

05 Jan 2026 08:40AM UTC coverage: 77.21% (+0.09%) from 77.12%
20709849965

push

github

Aldaviva
Prevent web-tailored run title formatting (\n) from appearing in calendar events.

126 of 199 branches covered (63.32%)

5 of 5 new or added lines in 2 files covered. (100.0%)

15 existing lines in 6 files now uncovered.

393 of 509 relevant lines covered (77.21%)

153.27 hits per line

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

71.43
/GamesDoneQuickCalendarFactory/Data/Configuration.cs
1
using Unfucked;
2
using Unfucked.DateTime;
3

4
namespace GamesDoneQuickCalendarFactory.Data;
5

6
public class Configuration {
7

8
    public TimeSpan cacheDuration { get; init; } = (Minutes) 1;
20✔
9

10
    public string? googleServiceAccountEmailAddress {
UNCOV
11
        get;
×
12
        init => field = value.EmptyToNull(); // .NET Hosting configuration unfortunately interprets null JSON values as "", even if the destination type is nullable
10✔
13
    }
14

15
    public string? googleCalendarId {
16
        get;
10✔
17
        init => field = value.EmptyToNull();
10✔
18
    }
19

20
    public string? googleServiceAccountPrivateKey {
UNCOV
21
        get;
×
22
        init => field = value.EmptyToNull();
10✔
23
    }
24

25
}
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