Self-hosted code coverage tracking + integration?
Does anyone know of any self-hosted code coverage webapps akin to codecov.io? I'm looking at moving from GitHub to Gitea and there's a lot of CI to chose from but integrated coverage metrics is something I'll miss. Both codecov.io and coveralls.io are exclusive to GitHub / GitLab / Bitbucket it seems, and apparently everyone considers those two to be the only options 🤹
Self-hosted code coverage tracking + integration?
I guess I'm curious if I build this explicitly for tarpaulin how the generated output is different from kcov or gcov. There will probably need to be custom handlers for those. Tarpaulin seems to put everything in one file but I've seen others with wholely separated data and js/css.
Chances are it won't be discoverable if I have it on my Gitea instance, so I may not have to worry about adapting solutions anyways 🤹