Skip to content

Commit

Permalink
Ignore carton dir when reporting coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Jan 26, 2014
1 parent 41021d4 commit 3512024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ install:
script:
# Devel::Cover isn't in the cpanfile
# but if it's installed into the global dirs this should work.
- HARNESS_PERL_SWITCHES=-MDevel::Cover carton exec prove -lrv t
- HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,local carton exec prove -lrv t

after_success:
- cover -report coveralls
Expand Down

0 comments on commit 3512024

Please sign in to comment.