Skip to content

Commit

Permalink
Add coverage with Codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastide committed Sep 7, 2017
1 parent 03ace5d commit 83dfae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ after_success:
- rm $HOME/.julia/lib/v$TRAVIS_JULIA_VERSION/Compose.ji
- julia -e 'Pkg.add("Weave")'
- julia -e 'cd(Pkg.dir("PhyloNetworks")); include(joinpath("docs", "make.jl"))'
# Code coverage
- julia -e 'cd(Pkg.dir("PhyloNetworks")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 comments on commit 83dfae2

Please sign in to comment.