diff --git a/.travis.yml b/.travis.yml index cc59194..05bb9c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,10 @@ 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 - - cover -test -report coveralls + - cover -test -report codecov 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