File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ variables:
2323 SQLCL_DIR : $(Build.BinariesDirectory)/sqlcl
2424 UTPLSQL_DIR : $(Build.BinariesDirectory)/utPLSQL
2525 UTPLSQL_CLI_DIR : $(Build.BinariesDirectory)/utPLSQL-cli
26- UTPLSQL_CLI_VERSION : ' v3.1.7'
27- UTPLSQL_VERSION : ' v3.1.7'
26+ UTPLSQL_CLI_VERSION : ' v3.1.6'
2827 CACHE_DIR : $(Pipeline.Workspace)/.cache
2928
3029strategy :
9695
9796 - bash : |
9897 $(UTPLSQL_CLI_DIR)/bin/utplsql run ${DB_USER}/${DB_PASS}@//${CONNECTION_STR} \
99- --debug \
10098 -source_path=source -owner=${DB_USER} \
10199 -test_path=test -owner=${DB_USER} \
102100 -f=ut_documentation_reporter -c \
@@ -105,8 +103,6 @@ steps:
105103 -f=ut_coverage_cobertura_reporter -o=cobertura.xml \
106104 -f=ut_junit_reporter -o=junit_test_results.xml \
107105 --failure-exit-code=0
108- cat coverage.xml
109- cat test_results.xml
110106 displayName: 'Test'
111107
112108 - task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments