fayland / perl-Dist-Zilla-Plugin-GitHubREADME-Badge

Dist::Zilla - add badges to github README.md
Other
6 stars 9 forks source link

Fix phase.t on Windows. #36

Closed genio closed 5 years ago

genio commented 5 years ago

With a slurp, the layers might be converting the newlines on windows to \r\n rather than \n. Accommodate all file endings in the regular expressions in phase.t to ensure that the test will still pass when running on Windows.

codecov-io commented 5 years ago

Codecov Report

Merging #36 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage      91%   91.04%   +0.04%     
==========================================
  Files          14       14              
  Lines         200      201       +1     
  Branches       26       26              
==========================================
+ Hits          182      183       +1     
  Misses          4        4              
  Partials       14       14
Impacted Files Coverage Δ
t/phase.t 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 09ed7df...d24a358. Read the comment docs.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 97.79% when pulling d24a3589636fbb36da2dd954683f1cafc8c5eccf on genio:winfix into 09ed7df201de2df9d4921b44ec01aba808609646 on fayland:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 97.79% when pulling d24a3589636fbb36da2dd954683f1cafc8c5eccf on genio:winfix into 09ed7df201de2df9d4921b44ec01aba808609646 on fayland:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 97.79% when pulling d24a3589636fbb36da2dd954683f1cafc8c5eccf on genio:winfix into 09ed7df201de2df9d4921b44ec01aba808609646 on fayland:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 97.79% when pulling d24a3589636fbb36da2dd954683f1cafc8c5eccf on genio:winfix into 09ed7df201de2df9d4921b44ec01aba808609646 on fayland:master.

fayland commented 5 years ago

thanks