alteryx / autonormalize

python library for automated dataset normalization
https://blog.featurelabs.com/automatic-dataset-normalization-for-feature-engineering-in-python/
BSD 3-Clause "New" or "Revised" License
111 stars 16 forks source link

Migrate tests to GitHub Actions #29

Closed jeff-hernandez closed 3 years ago

jeff-hernandez commented 3 years ago

Closes #28 by migrating tests from CircleCI to GitHub Actions.

codecov[bot] commented 3 years ago

Codecov Report

Merging #29 (7d38329) into master (679dfed) will increase coverage by 94.11%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #29       +/-   ##
===========================================
+ Coverage        0   94.11%   +94.11%     
===========================================
  Files           0       10       +10     
  Lines           0      935      +935     
===========================================
+ Hits            0      880      +880     
- Misses          0       55       +55     
Impacted Files Coverage Δ
autonormalize/tests/test_normalize.py 100.00% <0.00%> (ø)
autonormalize/pyspy2.py 0.00% <0.00%> (ø)
autonormalize/classes.py 95.18% <0.00%> (ø)
autonormalize/autonormalize.py 70.45% <0.00%> (ø)
autonormalize/tests/test_example.py 100.00% <0.00%> (ø)
autonormalize/tests/test_classes.py 100.00% <0.00%> (ø)
autonormalize/tests/test_dfd.py 86.36% <0.00%> (ø)
autonormalize/dfd.py 95.51% <0.00%> (ø)
autonormalize/__init__.py 100.00% <0.00%> (ø)
autonormalize/normalize.py 98.18% <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 679dfed...7d38329. Read the comment docs.