question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uses wrong parser

See original GitHub issue

I have clover.xml file that when I run it with: ReportGenerator.exe -reports:clover.xml -targetDir:c:\html -verbosity:Verbose -reporttypes:html

it says Parser: MProfParser

is there a way to force a different parser?

I’m using phpunit to generate the output in Clover XML format

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
gemalcommented, Oct 31, 2019

Thank you for quick reply and amazing implementation speed! Open source really rocks

1reaction
danielpalmecommented, Oct 31, 2019

Could you please try again with version 4.3.5? PhpUnit uses different attribute names than the other implementations.

Read more comments on GitHub >

github_iconTop Results From Across the Web

parsing - What is wrong with my parser?
I made a parser in Haskell for Euler Problem 54. All my parsers seam to work, except for my full file parser. It...
Read more >
Error Parser Preferences
Error Parsers scan build output looking for potential error or warning messages. They create Problem Markers which help to visualize problems for users....
Read more >
In which process does syntax error occur? (tokenizing or ...
The parser will generate an error if the input contains valid tokens, but those tokens aren't arranged so they form valid statements/expressions ...
Read more >
Exceptions should only be used for exceptional cases. ...
Throwing an exception when parsing fails, sounds like a case of exception-handling as flow of control: a bad thing even when commonly done,...
Read more >
Parse Error Recovery in Sorbet: Part 4 - Jake Zimmerman
The parse continues, using the untouched lookahead token. If it can't shift the error token, Bison completely discards the object on the top...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found