ARTIST-Association / ARTIST

A differentiable ray tracer using the PyTorch machine-learning framework in Python.
MIT License
5 stars 1 forks source link

Automated Code Analysis with Codcov.io #54

Closed kalebphipps closed 1 week ago

kalebphipps commented 6 months ago

Is your feature request related to a problem? Please describe. The current GitHub Workflows only generate a static code coverage badge, which cannot be analysed in more detail.

Describe the solution you'd like We should use the Code Coverage GitHub Workflow to upload the code analysis to Codecov.io to create an interactive code coverage analysis, similar to that found in the Heat Repository.

mcw92 commented 5 months ago

Note that this can only be done once we have a (hopefully the MIT) license and the repo is public as Codecov.io is only for free for open-source projects.