You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Pinal Shah (Jira)" <ji...@apache.org> on 2022/02/09 14:36:00 UTC

[jira] [Created] (ATLAS-4551) Add maven jacoco plugin for code coverage

Pinal Shah created ATLAS-4551:
---------------------------------

             Summary: Add maven jacoco plugin for code coverage
                 Key: ATLAS-4551
                 URL: https://issues.apache.org/jira/browse/ATLAS-4551
             Project: Atlas
          Issue Type: Improvement
          Components:  atlas-core
            Reporter: Pinal Shah
            Assignee: Pinal Shah


Jacoco maven plugin generates test coverage report by measuring *lines of code exercised during the tests*

*Step*
mvn clean install

*Report*
report will be generated in /target/site/jacoco directory of each module.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)