You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To generate a coverage report, run 'mvn install -Pcoverage'.
To generate one for only a subset of tests, run
'mvn install -Pcoverage -Dtest=TestNamePattern'
Its useful to asses what code is and is not covered when writing thorough unit tests.
Adding a maven profile to track and generate code coverage would be useful.
The text was updated successfully, but these errors were encountered: