JuliaVTK / ReadVTK.jl

Julia package for reading VTK XML files
https://juliavtk.github.io/ReadVTK.jl
MIT License
31 stars 10 forks source link

add stable docs badge #6

Closed ranocha closed 2 years ago

ranocha commented 2 years ago

This also serves as a test whether coverage reports work fine. I triggered a CI run manually. If everything works fine, we should also update the required CI stuff to include coveralls

Closes #5

sloede commented 2 years ago

Thanks for working on this! What I don't understand is why there is coverage reporting image

but it does not say how much it has changed. It seems that like this it is not very useful, isn't it? What is different to, e.g., our Trixi setup, where we have this information directly in the status: image

ranocha commented 2 years ago

You didn't enable Coveralls before. Let's merge this and see how it behaves the next time