Skip to content

Commit 2951da9

Browse files
committed
Display test results and coverage on console for cli version 3.1.7
1 parent 038bc39 commit 2951da9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ steps:
9595
9696
- bash: |
9797
$(UTPLSQL_CLI_DIR)/bin/utplsql run ${DB_USER}/${DB_PASS}@//${CONNECTION_STR} \
98-
-source_path=test -owner=${DB_USER} \
99-
-test_path=source -owner=${DB_USER} \
98+
-source_path=source \
99+
-test_path=test \
100100
-f=ut_documentation_reporter -c \
101101
-f=ut_coverage_sonar_reporter -o=coverage.xml \
102102
-f=ut_sonar_test_reporter -o=test_results.xml \

0 commit comments

Comments
 (0)