Closed plastictortoise closed 5 years ago
Merging #28 into master will increase coverage by
0.23%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
+ Coverage 94.04% 94.27% +0.23%
==========================================
Files 7 7
Lines 403 402 -1
==========================================
Hits 379 379
+ Misses 24 23 -1
Impacted Files | Coverage Δ | |
---|---|---|
colorful/__init__.py | 86% <0%> (+1.68%) |
: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 919fa6d...9b0ed48. Read the comment docs.
Thanks for the contribution :tada:
Can you point me to some documentation for that command?
@timofurrer Here is the documentation, it doesn't mention anything about making ANSI codes work, but it does make them work
I think you forgot to attach the link ..
@timofurrer Sorry, here
Thanks :tada:
@timofurrer This doesn't actually update performance, but keeps it the same on windows without additional dependencies. I have tested and can confirm that it works on
CMD
andPowerShell
, just as well as it used to, without colorama, but not as well as Ubuntu.This works because of this new line, which seems to enable
ANSI
codes on Windows: