Skip to content

Add pagination and rate limiting features

ea582b4
Select commit
Loading
Failed to load commit list.
Merged

Pagination and Rate limiting #20

Add pagination and rate limiting features
ea582b4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 10, 2025 in 0s

100.00% (target 100.00%)

View this Pull Request on Codecov

100.00% (target 100.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (cebacf1) to head (ea582b4).

Additional details and impacted files
@@            Coverage Diff             @@
##              main       #20    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           33        34     +1     
  Lines         1809      2030   +221     
  Branches       130       165    +35     
==========================================
+ Hits          1809      2030   +221     
Files with missing lines Coverage Δ
fitbit_client/client.py 100.00% <100.00%> (ø)
fitbit_client/exceptions.py 100.00% <100.00%> (ø)
fitbit_client/resources/activity.py 100.00% <100.00%> (ø)
fitbit_client/resources/base.py 100.00% <100.00%> (ø)
fitbit_client/resources/electrocardiogram.py 100.00% <100.00%> (ø)
...client/resources/irregular_rhythm_notifications.py 100.00% <100.00%> (ø)
fitbit_client/resources/pagination.py 100.00% <100.00%> (ø)
fitbit_client/resources/sleep.py 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.