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

AndreuCodina / CrossValidation / 5304511320

18 Jun 2023 03:52PM UTC coverage: 83.752% (-11.7%) from 95.463%
5304511320

Pull #40

github

web-flow
Merge ef6355e4d into d173638cd
Pull Request #40: Update coverage badge in README with pull requests

331 of 394 branches covered (84.01%)

Branch coverage included in aggregate %.

1035 of 1237 relevant lines covered (83.67%)

130.23 hits per line

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

0.0
/tests/CrossValidation.WebApplication/Program.cs
1
using CrossValidation.DependencyInjection;
2
using CrossValidation.Errors;
3
using CrossValidation.WebApplication;
4
using CrossValidation.WebApplication.Resources;
5

6
var builder = WebApplication.CreateBuilder(args);
×
7
builder.Services.AddCrossValidation();
×
8

9
var app = builder.Build();
×
10
app.UseCrossValidation();
×
11

12
app.UseTestEndpoints();
×
13

14
app.Run();
×
15

16
public partial class Program
17
{
18
}
19

20
public record ErrorWithCodeFromCustomResx() : CodeCrossError(ErrorResource1.Hello);
×
21

22
public record ErrorWithCodeWithoutResxKey() : CompleteCrossError(Code: "RandomCode");
×
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

© 2025 Coveralls, Inc