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

moconnell / yolo / 20247308350

15 Dec 2025 08:45PM UTC coverage: 85.702% (+14.8%) from 70.903%
20247308350

Pull #83

github

moconnell
refactor(UnravelApiServiceTest): tidy-up GetConfig()
Pull Request #83: Feat: Azure Function Migration & Key Vault Integration

244 of 258 branches covered (94.57%)

Branch coverage included in aggregate %.

123 of 166 new or added lines in 12 files covered. (74.1%)

1 existing line in 1 file now uncovered.

1740 of 2057 relevant lines covered (84.59%)

37.93 hits per line

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

0.0
/src/YoloApp/Extensions/AddConfig.cs
1
using Microsoft.Extensions.Configuration;
2
using Microsoft.Extensions.DependencyInjection;
3
using YoloAbstractions.Config;
4

5
namespace YoloApp.Extensions;
6

7
public static partial class ServiceCollectionExtensions
8
{
9
    public static IServiceCollection AddConfig(this IServiceCollection services, IConfiguration config)
NEW
10
    {
×
NEW
11
        services.AddSingleton(config);
×
NEW
12
        services.Configure<YoloConfig>(config.GetRequiredSection("YoloConfig"));
×
13

NEW
14
        return services;
×
NEW
15
    }
×
16
}
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