Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f818af4 + 92d92aa commit 2c73200Copy full SHA for 2c73200
2 files changed
.gitignore
@@ -16,3 +16,13 @@ utPLSQL_latest_release/
16
utPLSQL-cli/
17
development/env.sh
18
*.log
19
+
20
+# exclusions based on artifacts created via actions documented in CONTRIBUTING.md
21
+test/dummy.sql
22
+coverage.html_assets/
23
+coverage.html
24
+coverage.json
25
+coverage.xml
26
+tfs_test_results.xml
27
+junit_test_results.xml
28
+test_results.xml
development/template.env.sh
@@ -4,7 +4,7 @@ export SQLCLI=sql # For sqlcl client
4
#export SQLCLI=sqlplus # For sqlplus client
5
export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string
6
export ORACLE_PWD=oracle # Adjust your local SYS password
7
-export UTPLSQL_CLI_VERSION="3.0.4"
+export UTPLSQL_CLI_VERSION="3.1.0"
8
export SELFTESTING_BRANCH=develop
9
10
export UTPLSQL_DIR="utPLSQL_latest_release"
0 commit comments