Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair coverage (as Pkg gets installed to $HOME/.julia) #213

Merged
merged 1 commit into from
Mar 10, 2019

Conversation

sebasguts
Copy link
Contributor

No description provided.

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"])")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That string quoting looks wrong

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, that string quoting is correct in Julia.

@sebasguts sebasguts changed the title Repair coverage (as Pkg gets installed to $HOME/.julia Repair coverage (as Pkg gets installed to $HOME/.julia) Mar 10, 2019
@codecov
Copy link

codecov bot commented Mar 10, 2019

Codecov Report

Merging #213 into master will increase coverage by 42.9%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
+ Coverage   48.41%   91.31%   +42.9%     
==========================================
  Files          43       25      -18     
  Lines        2803     1486    -1317     
==========================================
  Hits         1357     1357              
+ Misses       1446      129    -1317
Impacted Files Coverage Δ
pkg/GAPJulia/JuliaInterface/julia/ccalls.jl
pkg/GAPJulia/JuliaExperimental/julia/singular.jl
pkg/GAPJulia/JuliaExperimental/julia/gapperm.jl
...APJulia/JuliaInterface/example/function_perform.jl
...PJulia/JuliaInterface/example/gap_function_call.jl
pkg/GAPJulia/JuliaExperimental/julia/numfield.jl
pkg/GAPJulia/JuliaInterface/julia/gaptypes.jl
pkg/GAPJulia/JuliaExperimental/julia/gapnemo.jl
pkg/GAPJulia/JuliaInterface/julia/gap_to_julia.jl
pkg/GAPJulia/JuliaInterface/julia/julia_to_gap.jl
... and 8 more

@sebasguts
Copy link
Contributor Author

I will restart travis, as there was a hickup in downloading the GAP required packages. But one of the Jobs was successful, and the coverage looks much better now.

@fingolfin fingolfin merged commit 7c213dd into oscar-system:master Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants