libAtoms / ExtXYZ.jl

Extended XYZ read/write support for Julia
MIT License
13 stars 6 forks source link

Setup coverage tracking #31

Closed mfherbst closed 1 year ago

mfherbst commented 1 year ago

It would be useful to find bug such as the one fixed in #30 to setup automatic coverage tracking in the package.

jameskermode commented 1 year ago

Happy to do this. Do you have an example to hand?

mfherbst commented 1 year ago

I think it's just this:

https://github.com/mfherbst/ASEconvert.jl/blob/3c4e21aaaf1dad32e1802284410c471e3fcdc66e/.github/workflows/CI.yml#L36--L39

and you have to enable codecov for this project.

mfherbst commented 1 year ago

In fact I think I already perpared this in the CI when I did the refactor in #29 .