Uses wrong parser
See original GitHub issueI 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:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thank you for quick reply and amazing implementation speed! Open source really rocks
Could you please try again with version 4.3.5? PhpUnit uses different attribute names than the other implementations.