JuliaTeX / TikzPictures.jl

Creating PGF/TikZ pictures and saving them in various formats
Other
89 stars 28 forks source link

Coveralls badge #37

Closed mykelk closed 5 years ago

mykelk commented 6 years ago

Any idea on why Coveralls stopped working when we moved to the JuliaTeX org?

wangnangg commented 6 years ago

Try adding using Pkg; to .travis.yml, i.e. from

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

to

julia -e 'using Pkg; cd(Pkg.dir("TikzPictures")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
mykelk commented 6 years ago

I added this, but according to the travis build output, I think it is because coveralls is not turned on for this repo. I tried making my membership public and then refreshing the repo list, but the JuliaTeX repos do not show up. @tawheeler does it show up under your account after you make your membership of JuliaTeX public?

tawheeler commented 6 years ago

Coveralls is approved in the JuliaTeX 3rd party applications settings. I don't see it in Coveralls though.

Shushman commented 6 years ago

On a related matter, releasing the new version with my fixes did not trigger a pull request to METADATA.jl by attobot. Do you guys know what the next step is?

tawheeler commented 6 years ago

I do not. Maybe post a question on the Julia discourse?

Shushman commented 6 years ago

Yeah I'll investigate. I think attobot is not integrated with JuliaTex. Looking at the PRs in METADATA.jl, it seems that a few of the previous releases did not trigger PRs. I put in a request to install attobot on JuliaTex.

tawheeler commented 6 years ago

Aha! I enabled it. Please push a trivial PR to trigger it.

Shushman commented 6 years ago

Ah great. I can actually just re-release the new version and that should do it.