Skip to content

Commit

Permalink
fix coverage uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Feb 12, 2020
1 parent 83d7053 commit b2cb06b
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 @@ -8,4 +8,4 @@ notifications:

after_success:
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("Images")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 comments on commit b2cb06b

Please sign in to comment.