utPLSQL / utPLSQL-maven-plugin

Maven plugin for running Unit Tests with utPLSQL v3
Apache License 2.0
13 stars 10 forks source link

No parameters to show test stats when any reporters specified #73

Open Gepar opened 7 months ago

Gepar commented 7 months ago

When I specify any reporters I've got output like this:

[info] Writing report UT_COVERAGE_SONAR_REPORTER to .../target/coverage-sonar.xml
[info] Writing report UT_SONAR_TEST_REPORTER to .../target/test-sonar.xml

When there are no repoters specified i've got output like this:

Finished in 17.017049 seconds
157 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)

Can I get both? Can't find any parameters in docs to control it.