From 5419d18a3906a7d104787d68664edb758e2ddfcc Mon Sep 17 00:00:00 2001 From: Chylli Date: Tue, 25 Oct 2016 18:09:20 +0800 Subject: [PATCH 1/2] cover --- .travis.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc59194..d397f29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,8 @@ before_install: - cpanm -n Test::Exception - cpanm -n Moose - cpanm -n Expect - - cpanm -n Devel::Cover::Report::Coveralls + - cpanm -n Test::Requires::Git + - cpanm -n Devel::Cover::Report::Codecov script: - perl Makefile.PL - make test diff --git a/README.md b/README.md index f7c62e4..deda086 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Command::Interactive handles interactive (and non-interactive) process invocation through a reliable and easily configured interface. [![Build Status](https://travis-ci.org/binary-com/perl-command-interactive.svg?branch=master)](https://travis-ci.org/binary-com/perl-command-interactive) -[![Coverage Status](https://coveralls.io/repos/binary-com/perl-command-interactive/badge.png?branch=master)](https://coveralls.io/r/binary-com/perl-command-interactive?branch=master) +[![codecov](https://codecov.io/gh/binary-com/perl-command-interactive/branch/master/graph/badge.svg)](https://codecov.io/gh/binary-com/perl-command-interactive) [![Gitter chat](https://badges.gitter.im/binary-com/perl-command-interactive.png)](https://gitter.im/binary-com/perl-command-interactive) SYNOPSIS From c9d062682160a74ec7695c4419df11e44ce71ce9 Mon Sep 17 00:00:00 2001 From: Chylli Date: Tue, 25 Oct 2016 18:16:59 +0800 Subject: [PATCH 2/2] typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d397f29..05bb9c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,5 +24,5 @@ before_install: script: - perl Makefile.PL - make test - - cover -test -report coveralls + - cover -test -report codecov