Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c73200

Browse files
authored
Merge pull request #766 from PhilippSalvisberg/update-env
Update environment for contribution
2 parents f818af4 + 92d92aa commit 2c73200

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,13 @@ utPLSQL_latest_release/
1616
utPLSQL-cli/
1717
development/env.sh
1818
*.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export SQLCLI=sql # For sqlcl client
44
#export SQLCLI=sqlplus # For sqlplus client
55
export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string
66
export ORACLE_PWD=oracle # Adjust your local SYS password
7-
export UTPLSQL_CLI_VERSION="3.0.4"
7+
export UTPLSQL_CLI_VERSION="3.1.0"
88
export SELFTESTING_BRANCH=develop
99

1010
export UTPLSQL_DIR="utPLSQL_latest_release"

0 commit comments

Comments
 (0)