CederGroupHub / chgnet

Pretrained universal neural network potential for charge-informed atomistic modeling https://chgnet.lbl.gov
https://doi.org/10.1038/s42256-023-00716-3
Other
226 stars 61 forks source link

coverage reporting #28

Closed lbluque closed 1 year ago

lbluque commented 1 year ago

Setup coverage reporting with Codacy. Closes #25.

We can now add a coverage badge like this:

Codacy Badge

And codacy allows to set gates for maximum coverage diffs allowed in PRs, which is not the same as the coveralls comments that @janosh referred to in #25 , but serves the purpose, and since we already have a few CederGroup repos on codacy that made the setup for this repo quite easy.

janosh commented 1 year ago

Cool, thanks @lbluque. I've never used codacy. Excited to see how it works.