Skip to content

Commit

Permalink
Simplify coverage submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed May 8, 2019
1 parent 411ea86 commit d9a2ba2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ notifications:
email: false

after_success:
- julia --project=coverage/ -e 'using Pkg; Pkg.instantiate()'
- julia --project=coverage/ coverage/coverage.jl
- if [[ $TRAVIS_JULIA_VERSION = 1.1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
julia --project=coverage/ -e 'using Pkg; Pkg.instantiate();
using Coverage; Codecov.submit(Codecov.process_folder())';
fi

jobs:
include:
Expand Down
File renamed without changes.
9 changes: 0 additions & 9 deletions coverage/coverage.jl

This file was deleted.

0 comments on commit d9a2ba2

Please sign in to comment.