• 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/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