Closed rjkroege closed 3 years ago
Merging #379 (2f6bc4f) into master (dbc77b3) will increase coverage by
0.05%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #379 +/- ##
==========================================
+ Coverage 53.44% 53.50% +0.05%
==========================================
Files 55 55
Lines 10668 10668
==========================================
+ Hits 5702 5708 +6
+ Misses 4536 4530 -6
Partials 430 430
Impacted Files | Coverage Δ | |
---|---|---|
file/observable_editable_buffer.go | 68.58% <ø> (+3.84%) |
:arrow_up: |
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 dbc77b3...2f6bc4f. Read the comment docs.
Adjust the ObservableEditableBuffer tests to more easily test the file package implementation in terms of file.File (currently) or (future) file.Buffer. Helps with #97