Skip to content

Commit

Permalink
Added Test coverage support by Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
fjossandon committed Nov 13, 2014
1 parent 4db47f1 commit 5fe18d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.14"
Expand All @@ -10,9 +11,16 @@ install:
- "sudo apt-get install libdb-dev 2>&1 | tail -n 4"
- "cpanm DB_File XML::Simple LWP::UserAgent | tail -n 1"
- "cpanm Bio::Index::AbstractSeq | tail -n 1"
#Test coverage from Coveralls
- cpanm --quiet --notest Devel::Cover::Report::Coveralls

script:
- "prove -lr t"
#- "prove -lr t"
- PERL5OPT=-MDevel::Cover=+ignore,prove,-coverage,all prove -lr t
- cover

after_success:
- cover -report coveralls

notifications:
email: false
Expand Down

0 comments on commit 5fe18d9

Please sign in to comment.