Fabian Iffländer

Results 12 comments of Fabian Iffländer

Ok, maybe I got you wrong. So there is no chance to add this into Vert.x 3?

A workaround: ```bash npx cobertura-merge -p -o output.xml $(ls coverage/**/cobertura-coverage.xml | awk -v ORS=" " -v OFS="" '{ print "package", NR, "=", $0 }') ```