Currently (2024-12-19), the Wikibase extension does not appear on https://doc.wikimedia.org/cover-extensions/. Clicking https://doc.wikimedia.org/cover-extensions/Wikibase/ leads to a 404 HTTP error, as the folder containing coverage test results was removed due to the false positives described below in the original report.
**Acceptance Criteria**:
- [ ] Wikibase coverage stats appears in https://doc.wikimedia.org/cover-extensions/
- [ ] Detailed coverage information exists in https://doc.wikimedia.org/cover-extensions/Wikibase
- [ ] Coverage reporting runs on a periodic OR per change basis (See open questions)
**Notes**:
-In the following comments and patches, a solution was discussed to re-enable the coverage reporting for Wikibase. However, this seems to have not been operational and was reverted in [1017888](https://gerrit.wikimedia.org/r/c/integration/config/+/1017888). The complexities behind this are not mentioned.
**Original Report:**
Following on from {T287913}
Wikibase shows on https://doc.wikimedia.org/cover-extensions/ at 19% coverage. But if you click in to https://doc.wikimedia.org/cover-extensions/Wikibase/ you get `Empty directory!`
Seems this might be worth fixing
**Open Questions**
- Should we run coverage reporting per patch, as is done in most extensions? Or will it be more performant to enable coverage reporting on a periodic (daily/weekly) basis, if possible?