Added integration with Travis-CI deployments and test execution. #230
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Important notice
You will need to update the follwing to make integrations work for you:
- DOCKER_USER - Your Dockerhub user
- DOCKER_PASSWORD - Your Dockerhub PASS
- ORACLE_OTN_USER - Your Oracle Tech Net user
- ORACLE_OTN_PASSWORD - Your Oracle Tech Net PASS
- DB_SYS_PASSWORD - SYS account password for DB
- SONAR_TOKEN - if you want to use sonarcloud.io for static code analysis and publishing of test results - see https://docs.travis-ci.com/user/sonarcloud/
readme.md
, snarcloud organization intravis.yml
andsonar-project.properties
(they all point to jgebal/Logger repo)Content
Added integration with sonarcloud.io
Converted and added test package as utPLSQL v3 unit test.
The change includes:
testing deployment of Logger in automated fashion on each commit
running tests and showing test results in Travis-CI
exporting test results and coverage into sonar
performing static code analysis in sonar
Additional badges for sonar and travis were added to readme.md
For details on integration see:
https://www.sonarcloud.io/documentation/integrations/github/
https://docs.travis-ci.com/user/sonarcloud/
To see the integration working on my github see: