Skip to content

Commit

Permalink
add Coverage (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Feb 5, 2019
1 parent ea5c8f7 commit 62763d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:
- julia --project=docs/ docs/make.jl
name: "HTML"
after_success: skip

after_success:
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit 62763d0

Please sign in to comment.