-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while converting jacoco report to cobertura #665
Comments
Could you please share your JaCoCo file? |
@danielpalme sent the link to take a look at the jacoco file. |
Problem here is that the class If you update to the latest release 5.2.5, it will work with the duplicate class as well. |
Thank you @danielpalme I will rename one of the files to check if it works and report back. |
|
When you are using By default the report gets regenerated by |
I ran reportGenerator plugin first to convert the jacoco to cobertura
Debug Log
Publish Task
Debug Log
|
I also tried directly using PublishCodeCoverageResults@1:
|
Your setup seems correct. Are you sure, that the sourcedirs is correct: Does (for example) the following file exist: I tried your conriguration on my machine and it works for me. I created a dummy file Regarding |
|
You'll need to supply a list of directories (separated by |
@danielpalme It worked after supplying a Some users have used this pattern, but i think it doesn't work. |
Hi Team,
I am getting the following error while trying to convert a jacoco report to cobertura in azure devops pipeline:
I have the following task in my pipeline:
I have a sample jacoco coverage file which I can send for further inspect if needed.
The text was updated successfully, but these errors were encountered: