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

lightningnetwork / lnd / 15591525289

11 Jun 2025 05:26PM UTC coverage: 67.412% (+9.1%) from 58.306%
15591525289

Pull #9932

github

web-flow
Merge 0149d1bb0 into 92a5d35cf
Pull Request #9932: [draft] graph/db+sqldb: graph store SQL implementation + migration

19 of 3311 new or added lines in 7 files covered. (0.57%)

573 existing lines in 10 files now uncovered.

134443 of 199434 relevant lines covered (67.41%)

21909.5 hits per line

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

0.0
/config_prod.go
1
//go:build !test_native_sql
2

3
package lnd
4

5
import (
6
        "context"
7

8
        graphdb "github.com/lightningnetwork/lnd/graph/db"
9
        "github.com/lightningnetwork/lnd/sqldb"
10
        "github.com/lightningnetwork/lnd/sqldb/sqlc"
11
)
12

13
func getSQLMigration(ctx context.Context, version int,
NEW
14
        kvGraphStore *graphdb.KVStore) (func(tx *sqlc.Queries) error, bool) {
×
NEW
15

×
NEW
16
        return nil, false
×
NEW
17
}
×
18

19
func (d *DefaultDatabaseBuilder) getGraphStore(_ *sqldb.BaseDB,
20
        kvGraphStore *graphdb.KVStore,
NEW
21
        _ ...graphdb.StoreOptionModifier) (graphdb.V1Store, error) {
×
NEW
22

×
NEW
23
        return kvGraphStore, nil
×
NEW
24
}
×
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