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

lightninglabs / taproot-assets / 10406150958
40%
main: 57%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-1913-46bebd3a34518c96f58957c2cb9c91e18cfdf1cf
DEFAULT BRANCH: main
Ran 15 Aug 2024 03:31PM UTC
Jobs 1
Files 201
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Aug 2024 03:19PM UTC coverage: 40.178% (+0.02%) from 40.163%
10406150958

Pull #1089

github

guggero
scripts+tapdb: do sqlc required replacement in script

Our SQL scripts on disk were neither SQLite nor Postgres compatible, we
used a version suited for sqlc to generate the correct data types we
wanted, then did some type replacements in-memory when actually applying
the migration files.
This is somewhat dangerous as it will lead to situations where if a user
applies a migration file manually, they'll end up with table primary
keys that ARE NOT auto incrementing.

To fix this issue, we make sure that we always write fully SQLite
compatible SQL code and only apply fixes for the sqlc code generation
directly before generating the code.
Pull Request #1089: tapdb: fix multiple issues around migration file handling

23692 of 58967 relevant lines covered (40.18%)

53524.73 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
75.37
-1.49% tapdb/migrations.go
2
53.85
0.0% tappsbt/create.go
4
50.22
0.0% universe/interface.go
4
68.5
0.0% tapgarden/caretaker.go
Jobs
ID Job ID Ran Files Coverage
1 unit - 10406150958.1 15 Aug 2024 03:31PM UTC 201
40.18
GitHub Action Run
Source Files on build 10406150958
  • Tree
  • List 201
  • Changed 69
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1089
  • PR Base - main (#10385622104)
  • Delete
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