Closed mrz1988 closed 3 years ago
Merging #54 (b5241a0) into master (5c180d7) will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #54 +/- ##
==========================================
+ Coverage 91.15% 91.17% +0.02%
==========================================
Files 36 36
Lines 1820 1825 +5
Branches 300 302 +2
==========================================
+ Hits 1659 1664 +5
Misses 134 134
Partials 27 27
Impacted Files | Coverage Δ | |
---|---|---|
lilies/api/resize.py | 97.87% <100.00%> (+0.04%) |
:arrow_up: |
lilies/terminal/ansi256.py | 94.81% <100.00%> (+0.11%) |
: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 5c180d7...b5241a0. Read the comment docs.
Summary
Fixed an issue where resizing vertically would not respect background colors across the entire top/bottom rows. Also, fixed an issue where some near-gray colors would not work on 256 color terminals.