Skip to content

Commit

Permalink
codecov added
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jun 4, 2017
1 parent c09122a commit 9c2175e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ script:
- julia -e 'Pkg.clone(pwd());'
- julia -e 'ENV["MADS_TRAVIS"]=""; Pkg.build("GeostatInversion"); Pkg.test("GeostatInversion"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("GeostatInversion")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("GeostatInversion")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'

0 comments on commit 9c2175e

Please sign in to comment.