1 / 5

Continuous Inspection with Sonar

Quality requirements. Any new code should be covered by unit testsNew methods must not have complexity over a certain thresholdNo cycles between packages should be introducedNo code duplication should be added to the source code. What is Sonar?. All-in-one" continuous inspection engineInforma

paul2
Download Presentation

Continuous Inspection with Sonar

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Continuous Inspection with Sonar Christopher Bartling

    2. Quality requirements Any new code should be covered by unit tests New methods must not have complexity over a certain threshold No cycles between packages should be introduced No code duplication should be added to the source code …

    3. What is Sonar? “All-in-one” continuous inspection engine Information radiator of source code quality information Dashboards, drill downs, charts Promotes transparency Leverages continuous integration Requires a repeatable, automated build Integrates with Ant, Maven, Gradle

    4. Demonstration

    5. More information http://www.sonarsource.org

More Related