Closed rjkroege closed 2 years ago
Merging #434 (33d7a5f) into master (2889fa3) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #434 +/- ##
=======================================
Coverage 56.95% 56.95%
=======================================
Files 54 54
Lines 10589 10589
=======================================
Hits 6031 6031
Misses 4131 4131
Partials 427 427
Impacted Files | Coverage Δ | |
---|---|---|
file/buffer.go | 86.72% <ø> (ø) |
|
file/observable_editable_buffer.go | 75.00% <ø> (ø) |
|
file/buffer_adapter.go | 92.18% <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 2889fa3...33d7a5f. Read the comment docs.
While implementing the newtype file.Buffer, I'd abstracted it internally to exist both old and new types to exist simultaneously. With the removal of old type buffers, remove this. Cleanup that's part of #97.