plugorgau / eventstreamr-station

EventStreamr Station Manager
2 stars 1 forks source link

Add Coveralls #65

Closed techman83 closed 9 years ago

techman83 commented 9 years ago

Coveralls + Perl are a thing! -> https://coveralls.io/r/plugorgau/eventstreamr-station

install:
  - cpanm --quiet --notest Devel::Cover::Report::Coveralls
  - cpanm --quiet --notest Dist::Zilla::App::Command::cover

after_success:
  - dzil cover -outputdir cover_db -report coveralls
 [![Coverage Status](https://coveralls.io/repos/plugorgau/eventstreamr-station/badge.svg?branch=master)](https://coveralls.io/r/plugorgau/eventstreamr-station?branch=master)
techman83 commented 9 years ago

Implemented with #66