Skip to content

Commit

Permalink
try adding --inline=no to see if it improves code coverage accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
wdebeaum committed Feb 25, 2019
1 parent 5ffda3a commit b902069
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 @@ -12,4 +12,4 @@ notifications:
email: false
after_success:
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("Choices")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia --inline=no -e 'cd(Pkg.dir("Choices")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit b902069

Please sign in to comment.