Closed zacharygolba closed 7 years ago
Merging #18 into master will decrease coverage by
0.14%
. The diff coverage is50%
.
@@ Coverage Diff @@
## master #18 +/- ##
==========================================
- Coverage 38.75% 38.61% -0.15%
==========================================
Files 21 21
Lines 1014 1010 -4
==========================================
- Hits 393 390 -3
+ Misses 621 620 -1
Impacted Files | Coverage Δ | |
---|---|---|
src/value/fields/mod.rs | 58.1% <50%> (-0.87%) |
:arrow_down: |
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 ee277a6...9a84247. Read the comment docs.
Fixes a bug where
Key
could start with reserved chars. Performance hasn't change much (only about+15ns
in benchmarks).