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

lightningnetwork / lnd / 15602296443

12 Jun 2025 05:19AM UTC coverage: 57.49% (-0.8%) from 58.333%
15602296443

Pull #9932

github

web-flow
Merge 1c1dadc69 into 35102e7c3
Pull Request #9932: [draft] graph/db+sqldb: graph store SQL implementation + migration

7 of 2587 new or added lines in 6 files covered. (0.27%)

240 existing lines in 11 files now uncovered.

97770 of 170065 relevant lines covered (57.49%)

1.78 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