Closed shengwangsw closed 4 years ago
Merging #40 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #40 +/- ##
=========================================
Coverage 77.38% 77.38%
Complexity 355 355
=========================================
Files 39 39
Lines 1318 1318
Branches 120 120
=========================================
Hits 1020 1020
Misses 230 230
Partials 68 68
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 2482a05...2eb1766. Read the comment docs.
When building the project the following error was shown:
maven-javadoc-plugin:3.0.0:jar failed.: NullPointerException
The ticket which had raised this error is https://issues.apache.org/jira/browse/MJAVADOC-517 In addition, when releasing feedzai-openml-java, lightgbmlib wasn't uploaded to maven repository.Therefore this MR provided the following changes: 1- added
git submodule init and update
to make.sh, this automatizes ourmvn package
. 2- bump maven-javadoc-plugin to 3.0.1 3- added deploy plugin