Elektrine lite

← Feed

@ianh@phpc.social

Post #4276114

2026-07-31 11:02 UTC

Does anyone know if it's possible to create viewable (HTML) artifacts of PHPUnit/Xdebug code coverage HTML output for Forgejo/Codeberg? I was previously using Codecov, which works fine, but I'm migrating things from Github (seems Codecov only supports a few major git providers without at least a bunch of hassle) so looking for an alternative, more "owned" solution. Wondered if anyone else had done something similar?

Replies (1)

  • @heiglandreas@phpc.social 2026-07-31 13:39

    @ianh@phpc.social I assume you already thought about exporting a HTML codecoverage from PHPUnit and putting them onto a static page provider but that doesn't work for some reason....

    Open ##4280120