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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
10
10
This is a demo project using [utPLSQL v3](https://github.com/utPLSQL/utPLSQL) for unit testing of Oracle PLSQL code.
11
-
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
+
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 SonarCloud.
12
12
13
13
With every commit made to the github repository, a build job is executed using [Travis](https://travis-ci.org/utPLSQL/utPLSQL-demo-project) CI.
14
14
@@ -26,7 +26,7 @@ The build process consists of following steps:
26
26
## Demo project using utPLSQL, Azure Devops and SQLCL Liquibase for continuous integration of PLSQL and SQL code.
27
27
28
28
This is a demo project using [utPLSQL v3](https://github.com/utPLSQL/utPLSQL) for unit testing of Oracle PLSQL code.
29
-
The project is also taking benefit of Continuous Integration with Azure Devops server as well as static code analysis, code coverage and test results reporting using SonarQube.
29
+
The project is also taking benefit of Continuous Integration with Azure Devops server as well as static code analysis, code coverage and test results reporting using SonarCloud.
30
30
31
31
With every commit made to the github repository, a pipeline is executed using [AzureDevops](https://dev.azure.com/utplsql/utplsql/_build) CI.
32
32
The pipeline is setup into stages.
@@ -39,6 +39,7 @@ The pipeline is setup into stages.
39
39
- Execute Liquibase update to deploy code
40
40
- Execute tests
41
41
- Publish test results
42
+
- Execute sonar analysis
42
43
- Copy source code and publish to artefact staging for publish
43
44
44
45
@@ -48,3 +49,6 @@ The pipeline is setup into stages.
48
49
- Provision a database from docker *( this step most likely you will not run as these databases will exists already)*
49
50
- Create user to deploy code to *( this step most likely you will not run as the user will exists already)*
50
51
- Execute Liquibase update to deploy code
52
+
53
+
54
+
## Demo project using utPLSQL, Azure Devops and Flyway for continuous integration of PLSQL and SQL code.
0 commit comments