lf1-io / padl

Functional deep learning
Apache License 2.0
106 stars 4 forks source link

output of run sometimes useful to get access to #460

Closed blythed closed 2 years ago

blythed commented 2 years ago

Description

Fixes #\

codecov-commenter commented 2 years ago

Codecov Report

Merging #460 (6394b99) into main (3694028) will decrease coverage by 0.77%. The diff coverage is 86.41%.

@@            Coverage Diff             @@
##             main     #460      +/-   ##
==========================================
- Coverage   89.04%   88.27%   -0.78%     
==========================================
  Files          15       16       +1     
  Lines        3004     3463     +459     
==========================================
+ Hits         2675     3057     +382     
- Misses        329      406      +77     
Impacted Files Coverage Δ
padl/wrap.py 94.36% <ø> (+3.76%) :arrow_up:
padl/dumptools/ast_utils.py 64.48% <68.33%> (+4.91%) :arrow_up:
padl/transforms.py 89.45% <78.78%> (-1.93%) :arrow_down:
padl/dumptools/config_tools.py 79.56% <79.56%> (ø)
padl/dumptools/inspector.py 92.59% <81.25%> (-0.15%) :arrow_down:
padl/dumptools/symfinder.py 91.00% <89.52%> (+3.26%) :arrow_up:
padl/dumptools/var2mod.py 94.06% <95.16%> (-0.73%) :arrow_down:
padl/__init__.py 100.00% <100.00%> (ø)
padl/dumptools/packagefinder.py 96.61% <100.00%> (+0.05%) :arrow_up:
padl/dumptools/serialize.py 88.88% <100.00%> (-2.32%) :arrow_down:
... and 6 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 56cd6dd...6394b99. Read the comment docs.