Closed MiguelSCruz closed 5 years ago
Merging #13 into hf-1.0.X will increase coverage by
0.09%
. The diff coverage is100%
.
@@ Coverage Diff @@
## hf-1.0.X #13 +/- ##
==============================================
+ Coverage 79.49% 79.59% +0.09%
- Complexity 257 258 +1
==============================================
Files 27 27
Lines 839 843 +4
Branches 76 76
==============================================
+ Hits 667 671 +4
Misses 130 130
Partials 42 42
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...ain/java/com/feedzai/openml/h2o/server/H2OApp.java | 85.22% <100%> (+0.7%) |
29 <2> (+1) |
:arrow_up: |
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 4147fd2...febedc2. Read the comment docs.
@pedrorijo91 can you help understand what happened with https://app.codacy.com/app/feedzai/feedzai-openml-java/pullRequest?prid=3586791 ? seems like it had an error on the analyser
@pedrorijo91 can you help understand what happened with https://app.codacy.com/app/feedzai/feedzai-openml-java/pullRequest?prid=3586791 ? seems like it had an error on the analyser
the branch was not selected on codacy as a branch to analyse. it is now :)
Nothing to add 👍
Go to go IMO
I believe we are still waiting for the regression unit test, right @MiguelSCruz ? Also not to lower the coverage (as the codecov automation as already mentioned above)
An additional check was added to verify that the dataset that was written to disk is not empty, that would cause an error later inside the h2o code.