Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ utPLSQL_latest_release/
utPLSQL-cli/
development/env.sh
*.log

# exclusions based on artifacts created via actions documented in CONTRIBUTING.md
test/dummy.sql
coverage.html_assets/
coverage.html
coverage.json
coverage.xml
tfs_test_results.xml
junit_test_results.xml
test_results.xml
2 changes: 1 addition & 1 deletion development/template.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export SQLCLI=sql # For sqlcl client
#export SQLCLI=sqlplus # For sqlplus client
export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string
export ORACLE_PWD=oracle # Adjust your local SYS password
export UTPLSQL_CLI_VERSION="3.0.4"
export UTPLSQL_CLI_VERSION="3.1.0"
export SELFTESTING_BRANCH=develop

export UTPLSQL_DIR="utPLSQL_latest_release"
Expand Down