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

Request: 'cover' subcommand to run Devel::Cover #280

Open
cxw42 opened this issue Dec 5, 2019 · 0 comments
Open

Request: 'cover' subcommand to run Devel::Cover #280

cxw42 opened this issue Dec 5, 2019 · 0 comments

Comments

@cxw42
Copy link
Contributor

cxw42 commented Dec 5, 2019

I like to check the coverage on my modules using Devel::Cover. Presently, I do that by:

  • minil build
  • cp Dist-Name-0.1/Build.PL .
  • perl Build.PL && ./Build
  • cover -test

Would you be willing to add (or accept a PR for) a cover subcommand that would automate that process? I think it would probably be the same as minil test, except that the final command would be cover -test instead of ./Build test. Thank you for considering this request!

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

No branches or pull requests

1 participant