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

Re-enable Coveralls support #114

Open
alexcanepa opened this issue Feb 19, 2019 · 0 comments
Open

Re-enable Coveralls support #114

alexcanepa opened this issue Feb 19, 2019 · 0 comments

Comments

@alexcanepa
Copy link

alexcanepa commented Feb 19, 2019

I haven't been here that long but it looks like the repo used to do coverage testing when it was hosted under @simonster: https://coveralls.io/github/simonster/MAT.jl

It seems like this was last run in May 2017. It would be great to try and get this running again, but I'm assuming an org member would need to set it up.

As a side note, the after_success section in Travis needs to be updated from:

julia -e 'cd(Pkg.dir("MAT")); Pkg.add("Coverage");
using Coverage; Coveralls.submit(Coveralls.process_folder())'

to:

julia -e 'using Pkg; import MAT; cd(joinpath(dirname(pathof(MAT)), ".."));
Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

The current version throws an error without "using Pkg".
The additional changes follow from a deprecation warning for Pkg.dir() in Julia 1.1.

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

No branches or pull requests

1 participant