Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Excessive warnings output #3

Open
eggfish opened this issue Jun 1, 2020 · 1 comment
Open

Excessive warnings output #3

eggfish opened this issue Jun 1, 2020 · 1 comment

Comments

@eggfish
Copy link

eggfish commented Jun 1, 2020

Running Xcode 11.3.1, I have tested cococo on my project's xcresult file. It generates a coverage xml file, but emits multiple entries of a single warning: "Requested but did not find extension point with identifier Xcode.IDEFoundation.IDEResultKitSerializationConverter"

Searching around I see that many others found this problem with the sonar converter script:
SonarSource/sonar-scanning-examples#68 (comment)

I understood from the blog (https://medium.com/monsterculture/cococo-code-coverage-converter-from-xcode-11-to-sonarqube-7f48cff97b9b) that cococo supports the Xcode 11 format and speeds execution time compared to the sonar script.

Can you explain what is happening please?

@heinzl
Copy link
Collaborator

heinzl commented Jun 15, 2020

Unfortunately that warning is produced by xcrun xccov. I'm not sure why xcrun xccov produces these warnings or how to get rid of them. As far as I know the warnings can safely be ignored the resulting code coverage report is valid.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants