databricks / koalas

Koalas: pandas API on Apache Spark
Apache License 2.0
3.32k stars 356 forks source link

Test. #2149

Closed ueshin closed 2 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #2149 (59c15da) into master (addb465) will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2149      +/-   ##
==========================================
- Coverage   95.36%   95.36%   -0.01%     
==========================================
  Files          60       60              
  Lines       13705    13707       +2     
==========================================
+ Hits        13070    13071       +1     
- Misses        635      636       +1     
Impacted Files Coverage Δ
databricks/koalas/__init__.py 91.02% <0.00%> (-1.08%) :arrow_down:
databricks/koalas/generic.py 93.33% <0.00%> (ø)

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 addb465...59c15da. Read the comment docs.

codecov-commenter commented 3 years ago

Codecov Report

Merging #2149 (3b53eb5) into master (46c80e6) will decrease coverage by 5.38%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2149      +/-   ##
==========================================
- Coverage   95.36%   89.97%   -5.39%     
==========================================
  Files          60       60              
  Lines       13707    13590     -117     
==========================================
- Hits        13071    12228     -843     
- Misses        636     1362     +726     
Impacted Files Coverage Δ
databricks/koalas/plot/plotly.py 15.78% <0.00%> (-81.06%) :arrow_down:
...bricks/koalas/tests/plot/test_frame_plot_plotly.py 23.33% <0.00%> (-76.67%) :arrow_down:
...ricks/koalas/tests/plot/test_series_plot_plotly.py 26.92% <0.00%> (-71.26%) :arrow_down:
databricks/koalas/usage_logging/__init__.py 28.20% <0.00%> (-64.36%) :arrow_down:
databricks/koalas/usage_logging/usage_logger.py 47.82% <0.00%> (-52.18%) :arrow_down:
databricks/koalas/typedef/typehints.py 69.38% <0.00%> (-26.03%) :arrow_down:
databricks/koalas/__init__.py 75.64% <0.00%> (-15.39%) :arrow_down:
databricks/conftest.py 87.27% <0.00%> (-12.73%) :arrow_down:
databricks/koalas/tests/indexes/test_base.py 91.84% <0.00%> (-8.16%) :arrow_down:
databricks/koalas/spark/functions.py 88.88% <0.00%> (-7.41%) :arrow_down:
... and 27 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 46c80e6...3b53eb5. Read the comment docs.