tenninebt / vscode-koverage

VSCode code coverage extension
Apache License 2.0
26 stars 6 forks source link

Dependency @cvrg-report/jacoco-json crashes if report does not contain counter entries for line, method, or branch #35

Open GV94 opened 1 year ago

GV94 commented 1 year ago

Dependency @cvrg-report/jacoco-json is prone to crash if a coverage report is lacking line, method, or branch counter. This will, in turn, prevent the extension from displaying coverage.

More information in this issue

tenninebt commented 1 year ago

Well, not sure it is maintained, you might try to create a PR to fix it. If nothing happens, we'll have to fork it I guess.

tenninebt commented 1 year ago

Any chance you provide an example coverage file please? Thanks