Skip to content

Commit

Permalink
Also submit coverage to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Feb 27, 2020
1 parent 91cf677 commit 975e554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -28,4 +28,5 @@ jobs:
after_success: skip

after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 975e554

Please sign in to comment.