Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GEOT-6494] MBStyle extension #2743

Merged
merged 11 commits into from
Feb 13, 2020
Prev Previous commit
Next Next commit
[GEOT-6494] updated test coverage instructions
Signed-off-by: Jody Garnett <jody.garnett@gmail.com>
  • Loading branch information
jodygarnett committed Feb 8, 2020
commit cb5eb11a582a90c32de2e7785acd16cd0874b338
6 changes: 3 additions & 3 deletions docs/user/build/maven/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ If you are having problems with logging output levels be sure to read the loggin
Test Coverage
^^^^^^^^^^^^^

You can use maven to measure test coverage::
Maven jacoco report is configured and available using::

mvn -o clean cobertura:cobertura
mvn test site

The resulting report is located in :file:`target/site/cobertura/index.html``.
The resulting report is located in :file:`target/site/jacoco/index.html``.

Online Testing
^^^^^^^^^^^^^^
Expand Down