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

moconnell / yolo / 20247658687

15 Dec 2025 09:14PM UTC coverage: 85.313% (+14.4%) from 70.903%
20247658687

Pull #83

github

moconnell
feat(schedule): make configurable; add retry
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.

1731 of 2057 relevant lines covered (84.15%)

37.95 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