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

moconnell / yolo / 28309879711

28 Jun 2026 03:19AM UTC coverage: 71.296% (-11.6%) from 82.93%
28309879711

Pull #131

github

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

351 of 446 branches covered (78.7%)

Branch coverage included in aggregate %.

58 of 641 new or added lines in 12 files covered. (9.05%)

1 existing line in 1 file now uncovered.

2724 of 3867 relevant lines covered (70.44%)

22.92 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