olistic / warriorjs

🏰 An exciting game of programming and Artificial Intelligence
https://warriorjs.com
MIT License
9.43k stars 490 forks source link

Add ASCII logo as welcome message (#74) #108

Closed RascalTwo closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #108 into master will increase coverage by 0.06%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #108      +/-   ##
=========================================
+ Coverage   90.83%   90.9%   +0.06%     
=========================================
  Files          80      81       +1     
  Lines        1015    1022       +7     
  Branches      159     160       +1     
=========================================
+ Hits          922     929       +7     
  Misses         77      77              
  Partials       16      16
Impacted Files Coverage Δ
packages/warriorjs-cli/src/Game.js 53.2% <0%> (ø) :arrow_up:
...ckages/warriorjs-cli/src/ui/printWelcomeMessage.js 100% <100%> (ø)

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 fbc5c10...8bed0a9. Read the comment docs.

olistic commented 6 years ago

Hey @RascalTwo! Sorry for the late response. Thanks a lot for your work on this. For the moment, I decided to go with a different approach (see #134).