Closed rjkroege closed 2 years ago
Merging #450 (d160d96) into master (60bbbf3) will increase coverage by
0.77%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #450 +/- ##
==========================================
+ Coverage 57.26% 58.04% +0.77%
==========================================
Files 54 54
Lines 10688 10688
==========================================
+ Hits 6121 6204 +83
+ Misses 4139 4048 -91
- Partials 428 436 +8
Impacted Files | Coverage Δ | |
---|---|---|
frame/frame.go | 37.14% <ø> (+1.42%) |
:arrow_up: |
frame/util.go | 75.00% <ø> (ø) |
|
frame/delete.go | 83.67% <0.00%> (+83.67%) |
: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 60bbbf3...d160d96. Read the comment docs.
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 and frame.Delete.