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

Support to strava activities #24

Closed marcelcaraciolo closed 3 years ago

marcelcaraciolo commented 3 years ago

ENH: Support to strava activities (it closes #9 )

codecov-io commented 3 years ago

Codecov Report

Merging #24 (eaace1f) into master (87d53f4) will increase coverage by 1.24%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   90.06%   91.31%   +1.24%     
==========================================
  Files          13       15       +2     
  Lines         292      334      +42     
  Branches       33       36       +3     
==========================================
+ Hits          263      305      +42     
  Misses         21       21              
  Partials        8        8              
Impacted Files Coverage Δ
runpandas/__init__.py 100.00% <100.00%> (ø)
runpandas/io/strava/__init__.py 100.00% <100.00%> (ø)
runpandas/io/strava/_parser.py 100.00% <100.00%> (ø)
runpandas/io/tcx/__init__.py 100.00% <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 87d53f4...eaace1f. Read the comment docs.