Closed rajivr closed 2 years ago
Merging #20 (b8a7b18) into main (3fac43f) will decrease coverage by
7.70%
. The diff coverage is13.44%
.
@@ Coverage Diff @@
## main #20 +/- ##
==========================================
- Coverage 89.29% 81.59% -7.71%
==========================================
Files 17 22 +5
Lines 7672 8508 +836
==========================================
+ Hits 6851 6942 +91
- Misses 821 1566 +745
Impacted Files | Coverage Δ | |
---|---|---|
fdb-gen/src/lib.rs | 95.80% <ø> (ø) |
|
fdb/src/database/fdb_database.rs | 57.01% <0.00%> (-7.94%) |
:arrow_down: |
fdb/src/lib.rs | 100.00% <ø> (ø) |
|
fdb/src/mapped_key_value.rs | 0.00% <0.00%> (ø) |
|
fdb/src/mapped_range.rs | 0.00% <0.00%> (ø) |
|
fdb/src/tenant/tenant_management.rs | 0.00% <0.00%> (ø) |
|
fdb/src/transaction/fdb_transaction.rs | 44.26% <1.31%> (-6.15%) |
:arrow_down: |
fdb/src/future.rs | 54.07% <10.28%> (-26.34%) |
:arrow_down: |
fdb/src/range.rs | 60.41% <32.35%> (-4.61%) |
:arrow_down: |
fdb/src/tenant/fdb_tenant.rs | 47.26% <47.26%> (ø) |
|
... and 5 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3fac43f...b8a7b18. Read the comment docs.
Introduce API version 710 support along with support for experimental APIs for Tenants and
get_mapped_range
.