Marc R. Hoffmann

Results 355 comments of Marc R. Hoffmann

Sure that is a matter of the generator. Or a query API.

Re `product`: Many FOSS projects have their own social media handles, that was my original intention Re `usergroup`: Fine to me, but then we still need a category e.g. for...

The icons are Eclipse/Eclemma icons which are already SVG: https://github.com/eclipse-eclemma/eclemma/tree/master/org.eclipse.eclemma.ui/svg/org.eclipse.eclemma.ui/icons/full

I still think this is a valid enhancement request to actually use SVGs in JaCoCo html report.

@huangsam Regarding your side questions: 1. We use Azure pipelines since quite some time, when GitHub Actions was not yet around or had limitations. @Godin Is currently moving builds step-by-step...

@huangsam Thanks for your contribution and sorry for our silence. This is just a spare time project. To be honoest, I don't like the new design as the line numbers...

@huangsam Because I didn't find the time to check the code myself: Did you check that the fragment references still work? Like this link jumps to the specific method. https://www.jacoco.org/jacoco/trunk/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.java.html#L83

Hi @huangsam Looks like there is many aspects now in this PR (editor settings, Java code refactoring, changing the style, introdusing css variables). Please try to do one thing at...

@Stark-X We have a sanity check in our build for the size of the zip with all artifacts: https://github.com/jacoco/jacoco/blob/master/jacoco/pom.xml#L114 You may increase the upper limit.

> is it still necessary to check JDK 5 compatiblity in the GitHub action? It is. The JaCoCo agent runs with in the target application. And here we support Java...