Skip to content

Commit

Permalink
Merge pull request sanger-pathogens#95 from ssjunnebo/627258_codecov
Browse files Browse the repository at this point in the history
Add to codecov
  • Loading branch information
ssjunnebo authored Aug 20, 2018
2 parents f04f448 + 2444e3f commit 09acd1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ perl:
sudo: false
install:
- "source ./install_dependencies.sh"
before_script:
- cpanm --quiet --notest Dist::Zilla::App::Command::cover
- cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov
script: "dzil test"
after_success:
- dzil cover -test -report codecov
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A set of tools to analyse the output from TraDIS analyses
[![status](https://img.shields.io/badge/Bioinformatics-10.1093-brightgreen.svg)](https://doi.org/10.1093/bioinformatics/btw022)
[![Docker Build Status](https://img.shields.io/docker/build/sangerpathogens/bio-tradis.svg)](https://hub.docker.com/r/sangerpathogens/bio-tradis)
[![Docker Pulls](https://img.shields.io/docker/pulls/sangerpathogens/bio-tradis.svg)](https://hub.docker.com/r/sangerpathogens/bio-tradis)
[![codecov](https://codecov.io/gh/sanger-pathogens/bio-tradis/branch/master/graph/badge.svg)](https://codecov.io/gh/sanger-pathogens/bio-tradis)

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

0 comments on commit 09acd1f

Please sign in to comment.