Skip to content

Commit

Permalink
Repair coverage (as Pkg gets installed to $HOME/.julia
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasguts authored and fingolfin committed Mar 10, 2019
1 parent 63e23ec commit 7c213dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions etc/gather_coverage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ using Coverage
import JSON

# gather coverage
data = Codecov.process_folder("pkg/GAPJulia/JuliaInterface")
append!(data, Codecov.process_folder("pkg/GAPJulia/JuliaExperimental"))
append!(data, Codecov.process_folder())
data = Codecov.process_folder(ENV["HOME"])
data_dict = Codecov.to_json(data)

# write it to a file for the upload script
Expand Down

0 comments on commit 7c213dd

Please sign in to comment.