jonasbn / ebirah

Experimental Docker project for Dist::Zilla
https://jonasbn.github.io/ebirah/
MIT License
3 stars 1 forks source link

Feature request: Support for dzil cover command #7

Open jonasbn opened 4 years ago

jonasbn commented 4 years ago

User Story

As a developer I can use the cover command so that can generate test coverage reports using Ebirah

Notes

Acceptance Criteria

  1. ebirah cover is supported and works
  2. Coverage analysis is run
  3. Coverage reports are available

Resources and References

jonasbn commented 3 years ago

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:

- dzil cover -outputdir cover_db -report coveralls
- dzil cover -report codecov