Skip to content

Commit

Permalink
Enable codecov coverage tracking (#93)
Browse files Browse the repository at this point in the history
* Enable codecov coverage tracking

* Fix my incredible stupidity

Bad dumb typo is bad
  • Loading branch information
kshyatt authored and tkelman committed Jan 28, 2017
1 parent 707a172 commit 100bade
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 @@ -12,3 +12,5 @@ git:
#script: # use the default script which is equivalent to the following
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("PkgDev"); Pkg.test("PkgDev"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("PkgDev")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 comments on commit 100bade

Please sign in to comment.