The ServiceWiring.php file was marked as ignored for code coverage in T310509. However, that task relied on the example from another extension which had tests for that file. This extension does not have tests for ServiceWiring.php which makes the justification for ignoring code coverage not apply.
Adding the standard test file for ServiceWiring.php into the extension will address this issue.