Skip to content

Commit

Permalink
qa
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiroy committed Aug 3, 2019
1 parent 92055b1 commit 05e432f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ env:
cache:
directories:
- $HOME/perl5

install:
- cpanm -n --quiet --installdeps --with-develop .

after_success:
- cover -test -report coveralls
- cover -test -report kritika
10 changes: 10 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@ requires 'Role::Tiny';

test_requires 'Test::More';
test_requires 'Capture::Tiny';

on develop => sub {
requires 'Devel::Cover' => 0;
requires 'IO::Socket::SSL' => '2.009';
requires 'Test::Pod' => 0;
requires 'Test::Pod::Coverage' => 0;
requires 'Test::CPAN::Changes' => 0;
requires 'Devel::Cover::Report::Coveralls' => '0.11';
requires 'Devel::Cover::Report::Kritika' => '0.05';
};
11 changes: 10 additions & 1 deletion script/hypnotoad-launchd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@ Mojo::Server::Hypnotoad->with_roles('+Launchd')->new->run($app);
=begin html
<a href="https://travis-ci.com/kiwiroy/mojolicious-command-author-generate-launchd">
<img src="https://travis-ci.com/kiwiroy/mojolicious-command-author-generate-launchd.svg?token=Kpqpmk91fYg5k9hdqK3y&branch=master">
<img alt="Build Status"
src="https://travis-ci.com/kiwiroy/mojolicious-command-author-generate-launchd.svg?token=Kpqpmk91fYg5k9hdqK3y&branch=master">
</a>
<a href="https://coveralls.io/github/kiwiroy/mojolicious-command-author-generate-launchd?branch=master">
<img alt="Coverage Status"
src="https://coveralls.io/repos/github/kiwiroy/mojolicious-command-author-generate-launchd/badge.svg?branch=master" />
</a>
<a href="https://kritika.io/users/kiwiroy/repos/9828314644594857/heads/master/">
<img alt="Kritika Analysis Status"
src="https://kritika.io/users/kiwiroy/repos/9828314644594857/heads/master/status.svg?type=score%2Bcoverage%2Bdeps" />
</a>
=end html
Expand Down

0 comments on commit 05e432f

Please sign in to comment.