Vincent Massol
Vincent Massol
FTR I've implemented a bridge between pegdown and XWiki Rendering here: https://github.com/xwiki/xwiki-rendering/tree/master/xwiki-rendering-syntaxes/xwiki-rendering-syntax-markdown This allows XWiki Rendering to support the Markdown syntax. Thanks for your work!
I was hoping that someone from the pegdown project could comment on this. Been 2 years now without answer :) Thanks
There's already a solution for skipping jacoco if you need to, using skip.
Was just hit again by this issue today. I have about 10 modules in XWiki that have 0% coverage and when I put the minimum to be 0.99 (99%) they...
@marchof of course not, I like spamming projects and reporting lots of issues for the same problem. I find that amusing, so that you can spend more time looking at...
@marchof np, I was just finding you a bit hasty to close issues ;) But I understand the need to have a clean issue tracker, we have the same need...
Thanks Godin. Enjoy your holidays! :)
ok thanks for the answer. Too bad. Hope this can be added in some future! :) (yeah, I know, I could just do a pull request... :))
FTR I've been able to write the following after some research (took me a while to understand that to get the path I needed a DiffEntry :)): ``` java public...
Execution logs: ``` vmassol ~/dev/xwiki/xwiki-platform/xwiki-platform-core/xwiki-platform-formula/xwiki-platform-formula-macro (master *) $ mvn org.pitest:pitest-maven:mutationCoverage -DmutationEngine=descartes Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=196m; support was removed in 8.0 [INFO] Scanning for projects... [WARNING]...