MLOS
MLOS copied to clipboard
Add code coverage checks
Breaking out from #6:
It would be good to add code coverage checks and badges for that to the repo landing pages.
using https://github.com/codecov/codecov-action and https://www.codecov.io/ ?
That works for me. It's what hummingbird uses as well: https://github.com/microsoft/hummingbird/blob/b8332d12fc82c1c9137a09e69776a1555da0176a/.github/workflows/pythonapp.yml#L75
I wonder who recommended it to them ;)