Error Coverage Jacoco CI #64
Unanswered
Matathiasq13824
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
As said before during the sprint meeting Friday 18 March, we had some problem with the CI that wasn't able to detect the Jacoco report for the coverage. I have updated the bootcamp in hope to resolve this problem (#61) , however it has not worked.
We have tried multiples things to understand the problem and it seems that Jacoco tries to instrument twice the classes, based
on some errors that we have in locals.
We have found an issuetracker with the same problem as us, linking it to the missing coverage in the CI, however none of their fix works for us.
You can find the issue here:
https://issuetracker.google.com/issues/178015739
Do you have any idea on how to correct this to allow the CI to finally work ?
Here are the errors that I have in local. However the tests in it work properly (The console say that everything pass and if I create
a test that will fail the console notice it fails)
#61
All reactions