Skip to content

Commit

Permalink
Merge pull request SciML#94 from JuliaLang/ksh/codecov
Browse files Browse the repository at this point in the history
Add codecov submission
  • Loading branch information
kshyatt committed Apr 27, 2016
2 parents c12fc36 + dbaba61 commit a0ef97d
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 @@ -14,4 +14,4 @@ script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("ODE"); Pkg.test("ODE"; coverage=true)';
after_success:
- julia -e 'cd(Pkg.dir("ODE")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
- julia -e 'cd(Pkg.dir("ODE")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(process_folder())';

0 comments on commit a0ef97d

Please sign in to comment.