jquast / blessed

Blessed is an easy, practical library for making python terminal apps
http://pypi.python.org/pypi/blessed
MIT License
1.18k stars 71 forks source link

Prepare for 1.19.0 #218

Closed avylove closed 2 years ago

avylove commented 3 years ago

Once done, I think we need to push 1.19.0. There seems to be an issue with 1.18.1, https://github.com/jquast/blessed/issues/202#issuecomment-913857952

codecov[bot] commented 3 years ago

Codecov Report

Merging #218 (7308f18) into master (0ca0577) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #218   +/-   ##
=======================================
  Coverage   95.35%   95.35%           
=======================================
  Files           9        9           
  Lines        1012     1012           
  Branches      162      162           
=======================================
  Hits          965      965           
  Misses         43       43           
  Partials        4        4           
Impacted Files Coverage Δ
blessed/terminal.py 98.24% <100.00%> (ø)

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 0ca0577...7308f18. Read the comment docs.