rjkroege / edwood

Go version of Plan9 Acme Editor
Other
387 stars 34 forks source link

Prepare file package tests for file.Buffer #379

Closed rjkroege closed 3 years ago

rjkroege commented 3 years ago

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

codecov[bot] commented 3 years ago

Codecov Report

Merging #379 (2f6bc4f) into master (dbc77b3) will increase coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            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.