lux-org / lux

Automatically visualize your pandas dataframe via a single print! 📊 💡
Apache License 2.0
5.15k stars 365 forks source link

FIX-#464: Remove sh dependency #469

Closed labanyamukhopadhyay closed 2 years ago

labanyamukhopadhyay commented 2 years ago

Signed-off-by: Labanya Mukhopadhyay labanya@ponder.io

Overview

Addresses Issue #464.

Changes

Removed the sh dependency in requirements.txt and its usage in doc/conf.py: subprocess.call(["sh", "./docbuild.sh"]).

codecov[bot] commented 2 years ago

Codecov Report

Merging #469 (0d7253b) into master (6387fe9) will decrease coverage by 0.02%. The diff coverage is n/a.

:exclamation: Current head 0d7253b differs from pull request most recent head fedd55a. Consider uploading reports for the commit fedd55a to get more accurate results

@@            Coverage Diff             @@
##           master     #469      +/-   ##
==========================================
- Coverage   64.24%   64.22%   -0.03%     
==========================================
  Files          56       56              
  Lines        4576     4576              
==========================================
- Hits         2940     2939       -1     
- Misses       1636     1637       +1     
Impacted Files Coverage Δ
lux/vislib/altair/ScatterChart.py 93.93% <0.00%> (-3.04%) :arrow_down:
lux/vislib/altair/Heatmap.py 93.10% <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 6387fe9...fedd55a. Read the comment docs.