Use cases
Your CI already builds websites. Put them on URLs.
Test reports, coverage, component libraries — every one of these tools emits a static site that dies in an artifacts zip. Two lines of YAML turn each into a live link on the pull request.
- PlaywrightYour Playwright report, online before the run finishesThe recipe
- JaCoCoJaCoCo coverage your team can actually clickThe recipe
- GradlePut your Gradle test report on a URLThe recipe
- Python coveragecoverage.py's HTML report, as a link on every PRThe recipe
- StorybookStorybook from CI — designers get a link, not a checkoutThe recipe
- AllureAllure reports without running an Allure serverThe recipe
Something else that emits HTML? If it fits in a folder, it deploys — see Test & build reports in CI and CI with plain curl.