• 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/logging_module.go
1
package modules
2

3
import (
4
        "github.com/matzefriedrich/containerssh-authserver/internal/logging"
5
        "github.com/matzefriedrich/parsley/pkg/types"
6
)
7

8
// LoggingModule registers the required logging services.
9
func LoggingModule(registry types.ServiceRegistry) error {
×
10

×
NEW
11
        _ = registry.Register(logging.NewZeroLogLogger, types.LifetimeSingleton)
×
12

×
13
        return nil
×
14
}
×
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