rjkroege / edwood

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

Increased frame test coverage #416

Closed rjkroege closed 2 years ago

rjkroege commented 2 years ago

Ongoing preparatory work to address issue #56: improve the frame test harness, simplify the edwoodtest mock display code's output (to make it easier to reason about) and expand test coverage on frame.Insert.

codecov[bot] commented 2 years ago

Codecov Report

Merging #416 (108554a) into master (a9b2934) will increase coverage by 1.26%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #416      +/-   ##
==========================================
+ Coverage   55.62%   56.89%   +1.26%     
==========================================
  Files          55       55              
  Lines       10678    10678              
==========================================
+ Hits         5940     6075     +135     
+ Misses       4297     4169     -128     
+ Partials      441      434       -7     
Impacted Files Coverage Δ
frame/insert.go 84.14% <ø> (+40.96%) :arrow_up:
frame/ptofchar.go 80.82% <0.00%> (+2.73%) :arrow_up:
frame/select.go 12.60% <0.00%> (+3.36%) :arrow_up:
scrl.go 40.00% <0.00%> (+6.36%) :arrow_up:
frame/draw.go 26.05% <0.00%> (+7.74%) :arrow_up:
frame/util.go 73.07% <0.00%> (+17.30%) :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 a9b2934...108554a. Read the comment docs.