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

lightningnetwork / lnd / 13408822928

19 Feb 2025 08:59AM UTC coverage: 41.123% (-17.7%) from 58.794%
13408822928

Pull #9521

github

web-flow
Merge d2f397b3c into 0e8786348
Pull Request #9521: unit: remove GOACC, use Go 1.20 native coverage functionality

92496 of 224923 relevant lines covered (41.12%)

18825.83 hits per line

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

0.0
/channeldb/migration31/log.go
1
package migration31
2

3
import (
4
        "github.com/btcsuite/btclog/v2"
5
)
6

7
// log is a logger that is initialized as disabled.  This means the package will
8
// not perform any logging by default until a logger is set.
9
var log = btclog.Disabled
10

11
// UseLogger uses a specified Logger to output package logging info.
12
func UseLogger(logger btclog.Logger) {
×
13
        log = logger
×
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

© 2025 Coveralls, Inc