Skip to content

Commit

Permalink
Submit code coverage on the latest julia
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Mar 10, 2020
1 parent 4de2185 commit 52c3fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coverage/coverage.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
get(ENV, "TRAVIS_OS_NAME", "") == "linux" || exit()
get(ENV, "TRAVIS_JULIA_VERSION", "") == "1.0" || exit()
get(ENV, "TRAVIS_JULIA_VERSION", "") == "1.3" || exit()

using Coverage

cd(joinpath(dirname(@__FILE__), "..")) do
Codecov.submit(Codecov.process_folder())
end
end

0 comments on commit 52c3fcb

Please sign in to comment.