pyro-ppl / numpyro

Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.
https://num.pyro.ai
Apache License 2.0
2.13k stars 232 forks source link

Add CodeCov #1851

Open juanitorduz opened 1 month ago

juanitorduz commented 1 month ago

Hi! I have seen Pyro has a CodeCov (https://about.codecov.io/) badge, and I think this is a handy tool, not only to see how is the test coverage but also on each PR to have more visibility about parts of the code that are untested *maybe overseen by the reviewers). I have used this on other public and private projects, which has always been helpful. Just a suggestion here ;)

fehiepsi commented 3 weeks ago

Thanks, it would be great to support it.