[
https://issues.apache.org/jira/browse/KAFKA-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14291266#comment-14291266
]
Ashish Kumar Singh commented on KAFKA-1722:
-------------------------------------------
How to run: ./gradlew sonarRunner -PscalaVersion=2.11
Note that if you do not have sonarqube running on your system. The sonarRunner
task will fail, but it would have generated coverage reports for core and
clients at core/build/reports/scoverage/ and clients/build/reports/jacocoHtml
respectively. Open index.html in any of those dirs to see the coverage.
Once gradle-scoverage starts publishing scoverage report, a single report
generated from sonar will be available.
> static analysis code coverage for pci audit needs
> -------------------------------------------------
>
> Key: KAFKA-1722
> URL: https://issues.apache.org/jira/browse/KAFKA-1722
> Project: Kafka
> Issue Type: Bug
> Components: security
> Reporter: Joe Stein
> Assignee: Ashish Kumar Singh
> Fix For: 0.9.0
>
> Attachments: KAFKA-1722.patch
>
>
> Code coverage is a measure used to describe the degree to which the source
> code of a product is tested. A product with high code coverage has been more
> thoroughly tested and has a lower chance of containing software bugs than a
> product with low code coverage. Apart from PCI audit needs, increasing user
> base of Kafka makes it important to increase code coverage of Kafka.
> Something just can not be improved without being measured.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)