Skip to content

Commit

Permalink
Merge pull request #244 from ssjunnebo/627258_codecov
Browse files Browse the repository at this point in the history
627258 codecov
  • Loading branch information
ssjunnebo committed Jan 9, 2019
2 parents b847146 + 78e59aa commit 5c87852
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Expand Up @@ -19,6 +19,11 @@ python:
sudo: false
install:
- "source ./install_dependencies.sh"
- "autoreconf -i"
- "./configure"
script: "make check"
before_script:
- pip install codecov
script:
- autoreconf -i && ./configure --enable-maintainer-mode CFLAGS='-O0 --coverage' && make && make check
- cd python && coverage run setup.py test
after_success:
- bash <(curl -s https://codecov.io/bash)
- codecov
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,8 @@ Genealogies Unbiased By recomBinations In Nucleotide Sequences
[![Container ready](https://img.shields.io/badge/container-ready-brightgreen.svg)](https://quay.io/repository/biocontainers/gubbins)
[![Docker Build Status](https://img.shields.io/docker/build/sangerpathogens/gubbins.svg)](https://hub.docker.com/r/sangerpathogens/gubbins)
[![Docker Pulls](https://img.shields.io/docker/pulls/sangerpathogens/gubbins.svg)](https://hub.docker.com/r/sangerpathogens/gubbins)
[![codecov](https://codecov.io/gh/sanger-pathogens/gubbins/branch/master/graph/badge.svg)](https://codecov.io/gh/sanger-pathogens/gubbins)


## Contents
* [Introduction](#introduction)
Expand Down

0 comments on commit 5c87852

Please sign in to comment.