Details
-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
None
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JMC-7721 | 8.0.1 | Alex Macdonald | P5 | Resolved | Fixed |
Description
Coverage is currently enabled by default when running the core and application test suites, and there isn't a way to disable it. While it's nice to have test coverage, it doesn't make sense to have it on all of the time.
It would be nice to put coverage behind a Maven profile, similar to how the uitests are run, so coverage could be turned off and on as desired.