Hi guys,
I'm using Concordion for my project's test, but seems that Jacoco is not working on Concordion Test so I can't get code coverage after run the test.
Has anyone worked or been working with Concordion and use Jacoco to get code coverage? It would be appreciated if anyone can give me a heads up about how to do that.
Here's how I use Concordion:
@RunWith(ConcordionRunner.class)
@Extensions({ExcelExtension.class})
public class DemoTest {}
I did apply jacoco plugin in my build.gradle.