Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate "provides" info in META files #25

Merged
merged 1 commit into from
Nov 11, 2016

Conversation

paultcochrane
Copy link
Contributor

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.

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
Copy link

coveralls commented Nov 10, 2016

Coverage Status

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

2 similar comments
@coveralls
Copy link

Coverage Status

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

@coveralls
Copy link

coveralls commented Nov 10, 2016

Coverage Status

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

@codecov-io
Copy link

codecov-io commented Nov 10, 2016

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

@fayland fayland merged commit 4d64023 into fayland:master Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants