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

Use pytest-cov plugin for CI tests #22

Closed rwedge closed 4 years ago

rwedge commented 4 years ago

Use coverage plugin for pytest for the CI tests so we have a coverage report to upload to codecov

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #22   +/-   ##
=======================================
  Coverage   94.06%   94.06%           
=======================================
  Files          10       10           
  Lines         927      927           
=======================================
  Hits          872      872           
  Misses         55       55           
Impacted Files Coverage Δ
autonormalize/tests/test_example.py 100.00% <ø> (ø)
autonormalize/tests/test_normalize.py 100.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 047f91c...b18e981. Read the comment docs.