Skip to content

Commit

Permalink
Coveralls report finally worked but only some jobs can finish on time,
Browse files Browse the repository at this point in the history
which generates an error status. Nevertheless, the coverage report
is now available at https://coveralls.io/r/bioperl/bioperl-live,
so I'm deactivating it for now but leaving the badge on the README.
  • Loading branch information
fjossandon committed Nov 16, 2014
1 parent 217813f commit 16981ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -27,19 +27,19 @@ install:
- "cpanm Test::Weaken | tail -n 1"
- "cpanm Test::Memory::Cycle | tail -n 1"
#Test coverage from Coveralls
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
#- cpanm --quiet --notest Devel::Cover::Report::Coveralls
#for some reason tests and deps aren't skipped here. Will have to look into it more...
#git repos, seems to only work for simple checkouts, so pure perl only (TODO: look into before_script for more detail)
- "git clone https://github.com/bioperl/Bio-Root.git; export PERL5LIB=$( pwd )/Bio-Root/lib:$PERL5LIB"
#This installs BioPerl itself:
- "perl ./Build.PL --accept"

script:
#- "./Build test"
- "./Build test"
#Devel::Cover coverage options are: statement, branch, condition, path, subroutine, pod, time, all and none
#- "./Build build && cover -test -report coveralls" #complete version coverage test
- PERL5OPT=-MDevel::Cover=+ignore,prove,-coverage,statement,subroutine prove -lr t #limited version coverage test
- cover -report coveralls
#- PERL5OPT=-MDevel::Cover=+ignore,prove,-coverage,statement,subroutine prove -lr t #limited version coverage test
#- cover -report coveralls

#TODO - send emails to bioperl-guts-l
notifications:
Expand Down
1 change: 1 addition & 0 deletions README.md
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/bioperl/bioperl-live.svg?branch=master)](https://travis-ci.org/bioperl/bioperl-live)
[![Coverage Status](https://coveralls.io/repos/bioperl/bioperl-live/badge.png?branch=master)](https://coveralls.io/r/bioperl/bioperl-live?branch=master)

# Getting Started

Expand Down

0 comments on commit 16981ea

Please sign in to comment.