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

matzefriedrich / containerssh-authserver / 23028974120

12 Mar 2026 11:35PM UTC coverage: 25.859% (+1.3%) from 24.578%
23028974120

push

github

web-flow
feature/upgrade-go-fiber-v3 (#42)

* Bump Fiber to v3.1.0 and update dependencies

* Bump Fiber to v3 and update related imports and configuration

* Ignores errors in module registration functions

* Fix import order in viper configuration and improve variable naming

* Quote port mapping value in docker-compose file

* Improve error handling and logging in user profile verification and related services

* Improve error handling in banner file closure

* Update README: bump Go version requirement and add SSH troubleshooting steps

* Updates the CHANGELOG

* Cleans up go.mod

16 of 55 new or added lines in 12 files covered. (29.09%)

2 existing lines in 2 files now uncovered.

143 of 553 relevant lines covered (25.86%)

0.33 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