NTMC-Community / MatchZoo

Facilitating the design, comparison and sharing of deep text matching models.
Apache License 2.0
3.84k stars 898 forks source link

Update doc test for better test coverage and documenation. #700

Closed uduse closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #700 into 2.2-dev will increase coverage by 3.77%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           2.2-dev     #700      +/-   ##
===========================================
+ Coverage    92.89%   96.66%   +3.77%     
===========================================
  Files           83       83              
  Lines         2546     2550       +4     
===========================================
+ Hits          2365     2465     +100     
+ Misses         181       85      -96
Impacted Files Coverage Δ
matchzoo/data_pack/data_pack.py 100% <ø> (ø) :arrow_up:
...hzoo/auto/tuner/callbacks/load_embedding_matrix.py 100% <100%> (+28.57%) :arrow_up:
matchzoo/auto/tuner/callbacks/lambda_callback.py 100% <100%> (+56.25%) :arrow_up:
matchzoo/engine/base_model.py 94.66% <0%> (+0.66%) :arrow_up:
matchzoo/preprocessors/units/stateful_unit.py 93.75% <0%> (+2.08%) :arrow_up:
matchzoo/auto/tuner/tuner.py 96.36% <0%> (+2.42%) :arrow_up:
matchzoo/datasets/snli/load_data.py 97.22% <0%> (+72.22%) :arrow_up:
matchzoo/datasets/quora_qp/load_data.py 100% <0%> (+72.72%) :arrow_up:
... and 1 more

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 e910860...69b5b1d. Read the comment docs.