Skip to content

Commit

Permalink
ODE-1294 Improve readme docs in regards to Sonar/Travis/Maven interac…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Schwartz-Matthew-bah committed May 21, 2019
1 parent c8f8b20 commit 4788983
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,11 @@ travis env set SONAR_SECURITY_TOKEN <key> -pr <user-account>/<repo-name>
######################################
-->

## Quality Assurance
ODE provides an automated test harness that can be used for regression and user acceptance testing.
The test harness is pprovided in the [qa/test-harness](ga/test-harness) directory under jpo-ode root folder.
The test harness uses the ODE [Validator Library](https://github.com/usdot-jpo-ode/ode-output-validator-library) repository as a submodule.
### Quality Assurance

Code quality assurance is reported through the [usdot-jpo-ode SonarCloud organization](https://sonarcloud.io/organizations/usdot-jpo-ode/projects). Code quality reports are generated by the [JaCoCo plugin for Maven](https://www.eclemma.org/jacoco/trunk/doc/maven.html) during the ODE's [webhook-triggered TravisCI build](https://github.com/usdot-jpo-ode/jpo-ode/blob/dev/.travis.yml#L16). After a successful build, the [SonarQube scanner plugin for Maven](https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Maven) creates and uploads a code quality report to SonarCloud.

For regression and user acceptance testing, ODE provides an automated test harness. The test harness is pprovided in the [qa/test-harness](ga/test-harness) directory under jpo-ode root folder. The test harness uses the ODE [Validator Library](https://github.com/usdot-jpo-ode/ode-output-validator-library) repository as a submodule.

For more information, please see: https://github.com/usdot-jpo-ode/jpo-ode/wiki/Using-the-ODE-test-harness

Expand Down

0 comments on commit 4788983

Please sign in to comment.