A demo of an Oracle Database Project
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:
- Download Oracle Database 11g XE
- Download latest release of utPLSQL
- Install Oracle Database
- Install utPLSQL framework
- Install project sources
- Install unit tests
- Execute all tests on the project
- Publish test results and code coverage to SonarQube cloud service