Skip to content

Commit

Permalink
use both coverage tools
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Mar 26, 2020
1 parent 0326ad8 commit e36c11a
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 @@ -16,7 +16,7 @@ git:
# fast_finish: true
after_success:
- julia -e 'using Pkg; cd(Pkg.dir("DoubleFloats")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
#- julia -e 'using Pkg; cd(Pkg.dir("DoubleFloats")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("DoubleFloats")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
jobs:
include:
- stage: "Documentation"
Expand Down

0 comments on commit e36c11a

Please sign in to comment.