We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac30f92 commit 8cd6023Copy full SHA for 8cd6023
1 file changed
azure-pipelines.yml
@@ -23,7 +23,7 @@ variables:
23
SQLCL_DIR: $(Build.BinariesDirectory)/sqlcl
24
UTPLSQL_DIR: $(Build.BinariesDirectory)/utPLSQL
25
UTPLSQL_CLI_DIR: $(Build.BinariesDirectory)/utPLSQL-cli
26
- UTPLSQL_CLI_VERSION: 'v3.1.6'
+ UTPLSQL_CLI_VERSION: 'v3.1.7'
27
CACHE_DIR: $(Pipeline.Workspace)/.cache
28
29
strategy:
@@ -95,8 +95,8 @@ steps:
95
96
- bash: |
97
$(UTPLSQL_CLI_DIR)/bin/utplsql run ${DB_USER}/${DB_PASS}@//${CONNECTION_STR} \
98
- -source_path=source -owner=${DB_USER} \
99
- -test_path=test -owner=${DB_USER} \
+ -source_path=test -owner=${DB_USER} \
+ -test_path=source -owner=${DB_USER} \
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