You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,19 @@ Demo project using utPLSQL, Travis and SonarCloud for continuous integration of
7
7
8
8
9
9
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.
11
11
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.
13
13
14
14
The build process consists of following steps:
15
15
- 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)
- 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
23
23
- 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
0 commit comments