The https://doc.wikimedia.org/cover-extensions/ resource is empty for extensions in the codehealth-pipeline. Those extensions were deliberately removed from extension-coverage to avoid duplicating resources and efforts (see T224990 and specifically 55043fb).
But it seems like the publisher is not working as intended. @thcipriani and I tested this and it was working when this was first deployed.
- mwext-codehealth-{name}: # Used for analyzing the master branch on postmerge. name: 'master-non-voting' concurrent: false branch: '$ZUUL_BRANCH' sonar_args: | -Dsonar.projectKey=${{ZUUL_PROJECT//\//-}} \ -Dsonar.projectName=${{ZUUL_PROJECT//\//-}} \ -Dsonar.organization=wmftest \ -Dsonar.host.url=https://sonarcloud.io \ -X publishers: - archive-log-allow-empty - castor-save-workspace-cache - postbuildscript: script-only-if-succeeded: false script-only-if-failed: false builders: - cover-extensions-publish: src: 'cover' # Should be equivalent to $EXT_NAME dest: '$DOC_BASENAME' - docker-wipe-dir: dir: 'cover' - docker-cleanup