• 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
/src/CrossValidation/DependencyInjection/CrossValidationServiceCollectionExtensions.cs
1
using Microsoft.Extensions.DependencyInjection;
2

3
namespace CrossValidation.DependencyInjection;
4

5
public static class CrossValidationServiceCollectionExtensions
6
{
7
    public static IServiceCollection AddCrossValidation(
8
        this IServiceCollection services,
9
        Action<CrossValidationOptionsBuilder>? options = null)
10
    {
11
        options?.Invoke(new CrossValidationOptionsBuilder());
×
12
        services.AddTransient<CrossValidationMiddleware>();
×
13
        return services;
×
14
    }
15
}
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