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

matzefriedrich / containerssh-authserver / 23028829480

12 Mar 2026 11:30PM UTC coverage: 24.57% (-0.008%) from 24.578%
23028829480

Pull #42

github

matzefriedrich
Updates the CHANGELOG
Pull Request #42: feature/upgrade-go-fiber-v3

16 of 56 new or added lines in 12 files covered. (28.57%)

29 existing lines in 5 files now uncovered.

143 of 582 relevant lines covered (24.57%)

0.31 hits per line

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

0.0
/internal/modules/application_services_module.go
1
package modules
2

3
import (
4
        "github.com/matzefriedrich/containerssh-authserver/internal/services"
5

6
        "github.com/matzefriedrich/parsley/pkg/registration"
7
        "github.com/matzefriedrich/parsley/pkg/types"
8
)
9

10
// ApplicationServicesModule registers application services with the provided service registry.
11
func ApplicationServicesModule(registry types.ServiceRegistry) error {
×
12

×
NEW
13
        _ = registration.RegisterTransient(registry, services.NewStaticUserConfigurationProfileService)
×
NEW
14
        _ = registration.RegisterTransient(registry, services.NewDockerAppConfigService)
×
15

×
16
        return nil
×
17
}
×
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