Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 2022.1

...

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

...