Skip to content

Commit b49b7f2

Browse files
committed
Update of project readme file
1 parent 3e39cc3 commit b49b7f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ Demo project using utPLSQL, Travis and SonarCloud for continuous integration of
77

88

99
This is a demo project using [utPLSQL v3](https://github.com/utPLSQL/utPLSQL) for unit testing of Oracle PLSQL code.
10-
The project is also taking benefit of Continuous Integration with Travis CI server as well as static code analysis, code coverage and test results reporting using SoanrQube.
10+
The project is also taking benefit of Continuous Integration with Travis CI server as well as static code analysis, code coverage and test results reporting using SonarQube.
1111

12-
With every commit made to the github repository, a build job is executed using [Travis](https://travis-ci.org/utPLSQL/utPLSQL-demo-project) CI.
12+
With every commit made to the GitHub repository, a build job is executed using [Travis](https://travis-ci.org/utPLSQL/utPLSQL-demo-project) CI.
1313

1414
The build process consists of following steps:
1515
- Download Oracle Database 11g XE
16-
- Download [latest release of utPLSQL](https://github.com/utPLSQL/utPLSQL/releases/latest)
16+
- Download the [latest release of utPLSQL](https://github.com/utPLSQL/utPLSQL/releases/latest)
1717
- Install Oracle Database
18-
- Install [utPLSQL](https://github.com/utPLSQL/utPLSQL) framework
19-
- Install [project sources](source/install.sh)
20-
- Install [unit tests](test/install.sh)
18+
- Install [utPLSQL framework](scripts/1_install_utplsql.sh)
19+
- Install [project sources](scripts/2_install_demo_project.sh)
20+
- Install [unit tests](scripts/3_install_tests.sh)
2121
- Download and unzip the [utplsql-cli](https://github.com/utPLSQL/utPLSQL-cli) project binaries
22-
- [Execute all tests](test/run.sh) on the project
22+
- [Execute all tests](scripts/4_run_tests.sh) on the project
2323
- Publish [test results](https://sonarcloud.io/component_measures/metric/tests/list?id=utPLSQL%3AutPLSQL-demo-project) and [code coverage](https://sonarcloud.io/component_measures/metric/coverage/list?id=utPLSQL%3AutPLSQL-demo-project) to [SonarQube](https://sonarcloud.io/) cloud service
2424

2525

0 commit comments

Comments
 (0)