-
Notifications
You must be signed in to change notification settings - Fork 90
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
Exception in parsing jacoco xml report #217
Comments
@foxpluto Thanks for submitting a bug! I probably wont be able to investigate this one until the |
@foxpluto pretty annoying but https://github.com/vokal/jacoco-parse has been deprecated / made read only. We might need to consider writing our own jacoco xml parser (similar to what we will have to do for the python coverage one here #224). I will put this into the |
Hi Ryan,
thanks for the update. This is a sad news.
In the meantime I have locked the Jacoco version to 0.7.9 which works.
Hope to have some news soon.
Regards,
Steafano
…On 25/08/2019 18:08, Ryan Luker wrote:
@foxpluto <https://github.com/foxpluto> pretty annoying but
https://github.com/vokal/jacoco-parse has been deprecated / made read
only. We might need to consider writing our own jacoco xml parser
(similar to what we will have to do for the python coverage one here
#224
<#224>). I
will put this into the |3.0.0| release with the python coverage support.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#217?email_source=notifications&email_token=AGICJRJ2ACZLWUZ252W7BFLQGKU7XA5CNFSM4HKSPIQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5CWN3A#issuecomment-524642028>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGICJRNYYAUDNQRZYVNYVALQGKU7XANCNFSM4HKSPIQA>.
|
Closing this ticket due to Jacoco being deprecated and archived now. |
Describe the bug
Exception thrown "Cannot read property 'filter' of undefined"
To Reproduce
Steps to reproduce the behaviour:
I am using vscode coverage with jacoco and I have found a bug parsing a jacoco xml report. I attach the file for further inspection.
The complete stack trace is:
Expected behaviour
The normal behaviour of the plugin
Desktop (please complete the following information):
Additional context
With other classes I don't have any problem.
jacoco.xml.zip
Thanks very much for your work!
S.
The text was updated successfully, but these errors were encountered: