olistic / warriorjs

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

Enhance "look" ability #162

Closed pigalot closed 6 years ago

pigalot commented 6 years ago

Fixes #160

codecov-io commented 6 years ago

Codecov Report

Merging #162 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
+ Coverage   92.32%   92.35%   +0.03%     
==========================================
  Files          83       83              
  Lines        1055     1060       +5     
  Branches      173      177       +4     
==========================================
+ Hits          974      979       +5     
  Misses         66       66              
  Partials       15       15
Impacted Files Coverage Δ
packages/warriorjs-abilities/src/look.js 100% <100%> (ø) :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 17d040f...bf958b7. Read the comment docs.

olistic commented 6 years ago

@pigalot I added a .gitattributes and .editorconfig in the master branch that should fix the issues in Windows in a broader way, so you should be able to drop your changes to gitattributes in this branch after a rebase against master.