We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038bc39 commit 2951da9Copy full SHA for 2951da9
1 file changed
azure-pipelines.yml
@@ -95,8 +95,8 @@ steps:
95
96
- bash: |
97
$(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} \
+ -source_path=source \
+ -test_path=test \
100
-f=ut_documentation_reporter -c \
101
-f=ut_coverage_sonar_reporter -o=coverage.xml \
102
-f=ut_sonar_test_reporter -o=test_results.xml \
0 commit comments