|
|
|
@ -3,7 +3,4 @@ get(ENV, "TRAVIS_OS_NAME", nothing) == "linux" || exit(0) |
|
|
|
get(ENV, "TRAVIS_JULIA_VERSION", nothing) == "1.0" || exit(0) |
|
|
|
get(ENV, "TRAVIS_JULIA_VERSION", nothing) == "1.0" || exit(0) |
|
|
|
|
|
|
|
|
|
|
|
using Coverage |
|
|
|
using Coverage |
|
|
|
|
|
|
|
Codecov.submit(Codecov.process_folder()) |
|
|
|
cd(joinpath(@__DIR__, "..", "..")) do |
|
|
|
|
|
|
|
Codecov.submit(Codecov.process_folder()) |
|
|
|
|
|
|
|
end |
|
|
|
|
|
|
|
|