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

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

Add Test::Pod test dependency #19

Closed paultcochrane closed 7 years ago

paultcochrane commented 7 years ago

After having built a pristine Perl with perlbrew it turned out that after having installed all the dependencies via cpanm --installdeps . that the Test::Pod module was still required in order to run dzil test. This patch adds Test::Pod to the list of test dependencies so that this issue doesn't happen to someone else.

If you need this PR changed in any way, please just let me know and I'll update it and resubmit.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.412% when pulling 913298ce529fabdd1ae12f96eb43da64da7c6bd0 on paultcochrane:pr/add-test-prereq into bdd91252732b952fdc14e3fda4d209696d5b52ed on fayland:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.412% when pulling 913298ce529fabdd1ae12f96eb43da64da7c6bd0 on paultcochrane:pr/add-test-prereq into bdd91252732b952fdc14e3fda4d209696d5b52ed on fayland:master.

codecov-io commented 7 years ago

Current coverage is 95.88% (diff: 100%)

Merging #19 into master will not change coverage

@@             master        #19   diff @@
==========================================
  Files            11         11          
  Lines           170        170          
  Methods           0          0          
  Messages          0          0          
  Branches         17         17          
==========================================
  Hits            163        163          
  Misses            1          1          
  Partials          6          6          

Powered by Codecov. Last update bdd9125...913298c

fayland commented 7 years ago

thanks.