corriporai / runpandas

RunPandas - Python Package for handing running data from GPS-enabled devices to worldwide race results.
https://runpandas.readthedocs.io/en/latest/
MIT License
23 stars 5 forks source link

Updates at docs, examples and support to columns metadata registration #7

Closed marcelcaraciolo closed 3 years ago

marcelcaraciolo commented 3 years ago

ENH: Added support to columns metadata registration CLN: Black and flake8 cleanup DOC: Added examples with overview jupyter notebook DOC: Updated README with QuickStart. BLD: Fixes in docummentations makefile and requirements

codecov-io commented 3 years ago

Codecov Report

Merging #7 (8d20de5) into master (37610fc) will decrease coverage by 0.14%. The diff coverage is 84.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   90.21%   90.06%   -0.15%     
==========================================
  Files          13       13              
  Lines         276      292      +16     
  Branches       30       33       +3     
==========================================
+ Hits          249      263      +14     
- Misses         20       21       +1     
- Partials        7        8       +1     
Impacted Files Coverage Δ
runpandas/types/frame.py 70.83% <70.00%> (+0.83%) :arrow_up:
runpandas/types/__init__.py 100.00% <100.00%> (ø)
runpandas/types/columns.py 89.83% <100.00%> (+1.36%) :arrow_up:

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 37610fc...8d20de5. Read the comment docs.