php-school / learn-you-php

🏆 Learn You PHP! - An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
http://www.phpschool.io/
MIT License
319 stars 36 forks source link

Ensure there will always be one real and one fake file #5

Closed mikeymike closed 8 years ago

mikeymike commented 8 years ago

Start the file count at 2 so at least one real file is created and one fake is created.

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #5 into master will not affect coverage as of f4e4104

@@            master      #5   diff @@
======================================
  Files            5       5       
  Stmts          133     133       
  Branches         0       0       
  Methods         41      41       
======================================
  Hit            133     133       
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of f4e4104

Powered by Codecov. Updated on successful CI builds.

AydinHassan commented 8 years ago

Nice, hard to find?

mikeymike commented 8 years ago

No was pretty simple once I looked at it again. Felt pretty stupid missing it the first time tbh :joy: