sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 67bde88d068d5aa50c0a66d951dca5aaefc1a4f1
parent acd73fb28b639093154dd03a2bbab3ebd8864a2b
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Wed, 30 Mar 2016 00:42:49 +0200

Ignore some files when doing coverage

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -17,5 +17,5 @@ install: - sudo bash t/travis-deps/install.sh - cpanm Text::Diff Capture::Tiny Test::Output Devel::Cover script: - - bash -c 'export PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine; PROVE=`which prove`; sudo -E $PROVE -v t/*.t;' + - bash -c 'export PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine,+ignore,t/,+ignore,prove; PROVE=`which prove`; sudo -E $PROVE -v t/*.t;' - [ -e cover_db ] && bash -c 'COVER=`which cover`; sudo $COVER -report text'