...
Code Block |
---|
gradle -parallel clean jtest-agent test jtest -Djtest.config="builtin://Unit Tests" |
Jtest supports collecting coverage for parallel test execution, but the coverage may not be correctly matched to each executed test.
Collecting Application Coverage
...