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 c1c81b9 commit 502ff1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,7 +43,7 @@ script:
# Devel::Cover isn't in the cpanfile
# but if it's installed into the global dirs this should work.
# NOTE: No '-r' for prove; 't/fakecpan.t' does the recursion for us.
- HARNESS_PERL_SWITCHES=-MDevel::Cover carton exec prove -lv t
- HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,local carton exec prove -lv t

after_success:
- cover -report coveralls
Expand Down

0 comments on commit 502ff1b

Please sign in to comment.