feat: Allow lens runtime selection via config #2684
Merged
Codecov / codecov/project
succeeded
Jun 5, 2024 in 0s
78.13% (-0.03%) compared to 25fc07d
View this Pull Request on Codecov
78.13% (-0.03%) compared to 25fc07d
Details
Codecov Report
Attention: Patch coverage is 61.81818%
with 21 lines
in your changes missing coverage. Please review.
Project coverage is 78.13%. Comparing base (
25fc07d
) to head (f9b6026
).
Additional details and impacted files
@@ Coverage Diff @@
## develop #2684 +/- ##
===========================================
- Coverage 78.16% 78.13% -0.03%
===========================================
Files 303 308 +5
Lines 23052 23081 +29
===========================================
+ Hits 18018 18034 +16
- Misses 3674 3680 +6
- Partials 1360 1367 +7
Files | Coverage Δ | |
---|---|---|
internal/db/config.go | 100.00% <ø> (ø) |
|
internal/db/db.go | 65.74% <100.00%> (+0.65%) |
⬆️ |
internal/lens/registry.go | 82.89% <100.00%> (+0.73%) |
⬆️ |
cli/server_dump.go | 25.00% <0.00%> (ø) |
|
cli/start.go | 45.69% <0.00%> (-0.40%) |
⬇️ |
http/client_lens.go | 0.00% <0.00%> (ø) |
|
internal/lens/txn_registry.go | 48.98% <66.67%> (+4.98%) |
⬆️ |
node/lens_wasmer.go | 50.00% <50.00%> (ø) |
|
node/lens_wasmtime.go | 66.67% <66.67%> (ø) |
|
node/lens_wazero.go | 50.00% <50.00%> (ø) |
|
... and 3 more |
... and 11 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 25fc07d...f9b6026. Read the comment docs.
Loading