Demo project using utPLSQL v3 with Travis as a CI server and SonarCloud for code analysis, coverage and test results
PLSQL Shell JavaScript
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.travis Added download of ojdbc from maven repo (needed for utPLSQL-cli) Apr 29, 2018
source Initial version of demo project. Apr 17, 2017
test Fixing builds for versions of utPLSQL that didn't keep version no in … May 2, 2018
.gitignore Initial version of demo project. Apr 16, 2017
.travis.yml
LICENSE
README.md
sonar-project.properties

README.md

build sonar

CI/CD and Unit Testing for Oracle PLSQL

Demo project using utPLSQL, Travis and SonarCloud for continuous integration of PLSQL and SQL code.

This is a demo project using utPLSQL v3 for unit testing of Oracle PLSQL code. 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.

With every commit made to the github repository, a build job is executed using Travis CI.

The build process consists of following steps: