Stefano Cordio @scordio.github.io · Feb 9

I've been looking at how to configure code coverage on Qodana for a Maven project, using the IntelliJ coverage agent. Compared to the equivalent JaCoCo or Gradle-based solutions, the IntelliJ agent could shine better with a Maven plugin🦉⚙️ github.com/qodana/qodan...

1 likes 1 replies

?

Replies

Stefano Cordio · Feb 9

The first thing I noticed was how the declaration of the test dependency is only used to download the agent locally. github.com/qodana/qodan... In such cases, I would rather use the `maven-dependency-plugin` – let's see what the team thinks about it. github.com/qodana/qodan...