Closed rjkroege closed 2 years ago
Merging #429 (98f3c2a) into master (f1bf09a) will increase coverage by
0.22%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #429 +/- ##
==========================================
+ Coverage 56.97% 57.19% +0.22%
==========================================
Files 56 56
Lines 10781 10781
==========================================
+ Hits 6142 6166 +24
+ Misses 4199 4177 -22
+ Partials 440 438 -2
Impacted Files | Coverage Δ | |
---|---|---|
file/buffer_adapter.go | 92.42% <100.00%> (+36.36%) |
:arrow_up: |
file/undo.go | 88.59% <100.00%> (ø) |
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 f1bf09a...98f3c2a. Read the comment docs.
With this change, Edwood can successfully do interactive editing operations when using the newtype buffers. (Run with --newtypebuffer). Helps with #97.