lbryio / lbcd

An alternative full node implementation of LBRY's blockchain written in Go (golang)
https://lbry.com/
ISC License
38 stars 25 forks source link

Embed sample-lbcd.conf contents at build time. Use embedded config... #33

Closed moodyjon closed 2 years ago

moodyjon commented 2 years ago

Fix for: https://github.com/lbryio/lbcd/issues/28

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2192036566


Changes Missing Coverage Covered Lines Changed/Added Lines %
config.go 4 6 66.67%
<!-- Total: 4 6 66.67% -->
Files with Coverage Reduction New Missed Lines %
peer/peer.go 2 76.31%
btcec/signature.go 3 92.82%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 2091663636: 0.002%
Covered Lines: 22332
Relevant Lines: 43140

💛 - Coveralls
roylee17 commented 2 years ago

LGTM. Thanks!