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

AndreuCodina / CrossValidation / 5599221063

19 Jul 2023 12:40PM UTC coverage: 94.734%. First build
5599221063

Pull #52

github

web-flow
Merge c5279aa59 into 0d0debe47
Pull Request #52: Add exception flavors

395 of 436 branches covered (90.6%)

Branch coverage included in aggregate %.

17 of 17 new or added lines in 4 files covered. (100.0%)

1332 of 1387 relevant lines covered (96.03%)

171.54 hits per line

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

0.0
/src/CrossValidation/Exceptions/FrontBusinessException.cs
1
using System.Net;
2

3
namespace CrossValidation.Exceptions;
4

5
/// <summary>
6
/// Generates placeholders to return to the frontend
7
/// </summary>
8
// TODO: Create source generator to generate placeholders
9
public class FrontBusinessException(
10
    string? code = null,
11
    HttpStatusCode statusCode = HttpStatusCode.UnprocessableEntity,
12
    string? details = null)
13
    : BusinessException(
×
14
        code: code,
×
15
        statusCode: statusCode,
×
16
        details: details);
×
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