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

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

Generate "provides" info in META files #25

Closed paultcochrane closed 7 years ago

paultcochrane commented 7 years ago

The experimental CPANTS metric meta_yml_has_provides tests if the provides information exists in the META.yml and META.json files. The easiest way to implement this is in Dist::Zilla projects is to use the MetaProvides::Package plugin, which automatically generates this information and adds it to the META.* files. This plugin has been added to dist.ini and as a new dependency to the distribution; the relevant "provides" metadata has also been added.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.492% when pulling e116406149210cd2cbbda5f2453807da6f5beb04 on paultcochrane:pr/add-provides-to-meta-info into ecffd69d8687fb36a3d82390c39aa0e586bb3cf1 on fayland:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.492% when pulling e116406149210cd2cbbda5f2453807da6f5beb04 on paultcochrane:pr/add-provides-to-meta-info into ecffd69d8687fb36a3d82390c39aa0e586bb3cf1 on fayland:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.492% when pulling e116406149210cd2cbbda5f2453807da6f5beb04 on paultcochrane:pr/add-provides-to-meta-info into ecffd69d8687fb36a3d82390c39aa0e586bb3cf1 on fayland:master.

codecov-io commented 7 years ago

Current coverage is 93.40% (diff: 100%)

Merging #25 into master will not change coverage

@@             master        #25   diff @@
==========================================
  Files            14         14          
  Lines           197        197          
  Methods           0          0          
  Messages          0          0          
  Branches         26         26          
==========================================
  Hits            184        184          
  Misses            1          1          
  Partials         12         12          

Powered by Codecov. Last update ecffd69...e116406