Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add weekly & yearly summaries #265

Merged
merged 161 commits into from
Jan 2, 2024

Break out the summary calculations into there own functions

87ef363
Select commit
Loading
Failed to load commit list.
Merged

Add weekly & yearly summaries #265

Break out the summary calculations into there own functions
87ef363
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 2, 2024 in 1s

16.84% of diff hit (target 75.33%)

View this Pull Request on Codecov

16.84% of diff hit (target 75.33%)

Annotations

Check warning on line 49 in mytoyota/models/endpoints/trips.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/endpoints/trips.py#L38-L49

Added lines #L38 - L49 were not covered by tests

Check warning on line 51 in mytoyota/models/endpoints/trips.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/endpoints/trips.py#L51

Added line #L51 was not covered by tests

Check warning on line 113 in mytoyota/models/endpoints/trips.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/endpoints/trips.py#L105-L113

Added lines #L105 - L113 were not covered by tests

Check warning on line 115 in mytoyota/models/endpoints/trips.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/endpoints/trips.py#L115

Added line #L115 was not covered by tests

Check warning on line 272 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L272

Added line #L272 was not covered by tests

Check warning on line 274 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L274

Added line #L274 was not covered by tests

Check warning on line 276 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L276

Added line #L276 was not covered by tests

Check warning on line 278 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L278

Added line #L278 was not covered by tests

Check warning on line 280 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L280

Added line #L280 was not covered by tests

Check warning on line 352 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L352

Added line #L352 was not covered by tests

Check warning on line 355 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L354-L355

Added lines #L354 - L355 were not covered by tests

Check warning on line 359 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L357-L359

Added lines #L357 - L359 were not covered by tests

Check warning on line 369 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L369

Added line #L369 was not covered by tests

Check warning on line 378 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L376-L378

Added lines #L376 - L378 were not covered by tests

Check warning on line 389 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L380-L389

Added lines #L380 - L389 were not covered by tests

Check warning on line 392 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L391-L392

Added lines #L391 - L392 were not covered by tests

Check warning on line 397 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L397

Added line #L397 was not covered by tests

Check warning on line 400 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L400

Added line #L400 was not covered by tests

Check warning on line 409 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L409

Added line #L409 was not covered by tests

Check warning on line 411 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L411

Added line #L411 was not covered by tests

Check warning on line 420 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L416-L420

Added lines #L416 - L420 were not covered by tests

Check warning on line 426 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L426

Added line #L426 was not covered by tests

Check warning on line 437 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L437

Added line #L437 was not covered by tests

Check warning on line 442 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L440-L442

Added lines #L440 - L442 were not covered by tests

Check warning on line 451 in mytoyota/models/vehicle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

mytoyota/models/vehicle.py#L444-L451

Added lines #L444 - L451 were not covered by tests