-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64890/
-----------------------------------------------------------

Review request for sentry.


Repository: sentry


Description
-------

add clover plugin to maven to get code coverage report


Diffs
-----

  pom.xml c797181c 


Diff: https://reviews.apache.org/r/64890/diff/1/


Testing
-------

mvn clean install on testing cluster and all the tests past.
The steps for generating a clover report is as folllows: (Since clover has 
become an opensource now, the one used is openclover)
1. Put
<pluginGroups>
    <pluginGroup>org.openclover</pluginGroup>
</pluginGroups>
In maven/conf/settings.xml
2. It is required to first create a Clover database, run 
mvn clover:instrument
3. To generate report, run 
mvn clover:clover
The report is in each module's folder e.g., 
.../sentry/sentry-provider/sentry-provider-db/target/site/clover/clover.xml'


Thanks,

Xinran Tinney

Reply via email to