sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.01k stars 204 forks source link

Improve ci #776

Closed dovahcrow closed 2 years ago

dovahcrow commented 2 years ago

Description

Upgrade dependencies and use pyright in CI

Also abandon the master branch since we have the release branch for this purpose.

dovahcrow commented 2 years ago

fixes #777

codecov[bot] commented 2 years ago

Codecov Report

Merging #776 (efda683) into develop (482ca40) will decrease coverage by 0.53%. The diff coverage is 94.44%.

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

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #776      +/-   ##
===========================================
- Coverage    55.32%   54.78%   -0.54%     
===========================================
  Files          293      293              
  Lines        18993    19233     +240     
===========================================
+ Hits         10507    10537      +30     
- Misses        8486     8696     +210     
Impacted Files Coverage Δ
dataprep/clean/utils.py 40.00% <ø> (ø)
dataprep/eda/utils.py 82.23% <0.00%> (ø)
dataprep/clean/clean_date.py 83.93% <100.00%> (ø)
dataprep/eda/diff/compute/multiple_df.py 91.05% <100.00%> (+0.67%) :arrow_up:
dataprep/eda/dtypes.py 80.85% <100.00%> (ø)
dataprep/eda/dtypes_v2.py 80.15% <100.00%> (ø)
dataprep/eda/eda_frame.py 87.00% <100.00%> (+0.30%) :arrow_up:
dataprep/eda/missing/render.py 96.15% <100.00%> (ø)
dataprep/tests/clean/test_clean_ip.py 100.00% <100.00%> (ø)
dataprep/clean/gui/clean_gui.py 11.46% <0.00%> (-9.26%) :arrow_down:
... and 10 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 0e072a8...d706435. Read the comment docs.