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

moconnell / yolo / 28297673524

27 Jun 2026 06:16PM UTC coverage: 71.558% (-11.4%) from 82.93%
28297673524

Pull #131

github

web-flow
Merge a1924d0f3 into 58d55311c
Pull Request #131: Feat: Telemetry

351 of 445 branches covered (78.88%)

Branch coverage included in aggregate %.

58 of 622 new or added lines in 12 files covered. (9.32%)

4 existing lines in 2 files now uncovered.

2721 of 3848 relevant lines covered (70.71%)

23.05 hits per line

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

0.0
/src/YoloFunk/Dto/HttpRequestCaptureQueryItem.cs
1
namespace YoloFunk.Dto;
2

NEW
3
public sealed record HttpRequestCaptureQueryItem(
×
NEW
4
    string Host,
×
NEW
5
    string Endpoint,
×
NEW
6
    string Url,
×
NEW
7
    string Method,
×
NEW
8
    int StatusCode,
×
NEW
9
    string BlobContainer,
×
NEW
10
    string BlobName,
×
NEW
11
    string ContentHash,
×
NEW
12
    DateTimeOffset RequestTimeUtc,
×
NEW
13
    string QueryParametersJson);
×
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