We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a developer I can use the cover command so that can generate test coverage reports using Ebirah
cover
ebirah cover
The text was updated successfully, but these errors were encountered:
I am currently replacing TravisCI with GitHub Actions in jonasbn/perl-workflow.
Since I want to keep integration with Coveralls and there is an action for this. I will need the following components included in this:
I am not sure, but we might need:
Execution in .travis.yml look as follows:
.travis.yml
- dzil cover -outputdir cover_db -report coveralls - dzil cover -report codecov
Sorry, something went wrong.
jonasbn
No branches or pull requests
User Story
Notes
Acceptance Criteria
ebirah cover
is supported and worksResources and References
The text was updated successfully, but these errors were encountered: