zachgk opened a new pull request #14071: [MXNET-1269] Scoverage
URL: https://github.com/apache/incubator-mxnet/pull/14071
 
 
   ## Description ##
   This adds coverage to the Scala and Java APIs using the scoverage tool. It 
also updates the scala compiler to a newer maven plugin and adds ResourceScope 
to prevent memory leaks on a number of integration tests.
   
   The coverage can be run with `mvn -B package scoverage:integration-test 
-Dscoverage.skip=false`.
   
   After that command, a patchy report can be build using `mvn pre-site 
scoverage:package scoverage:report-only -Dscoverage.skip=false`
   
   @piyushghai @andrewfayres @lanking520 @marcoabreu 
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [x] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to 
the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) 
created (except PRs with tiny changes)
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage:
   - Unit tests are added for small changes to verify correctness (e.g. adding 
a new operator)
   - Nightly tests are added for complicated/long-running ones (e.g. changing 
distributed kvstore)
   - Build tests will be added for build configuration changes (e.g. adding a 
new build option with NCCL)
   - [x] To the my best knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to