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

New API Endpoints: Basics working. Thoughts & Help needed #242

Merged
merged 152 commits into from
Dec 22, 2023

add whitespaces

aca119e
Select commit
Loading
Failed to load commit list.
Merged

New API Endpoints: Basics working. Thoughts & Help needed #242

add whitespaces
aca119e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2023 in 1s

80.99% (-13.44%) compared to df6221d

View this Pull Request on Codecov

80.99% (-13.44%) compared to df6221d

Details

Codecov Report

Attention: 246 lines in your changes are missing coverage. Please review.

Comparison is base (df6221d) 94.42% compared to head (aca119e) 80.99%.

Files Patch % Lines
mytoyota/controller.py 30.18% 74 Missing ⚠️
mytoyota/models/vehicle.py 31.11% 62 Missing ⚠️
mytoyota/models/lock_status.py 78.57% 24 Missing ⚠️
mytoyota/models/dashboard.py 48.78% 21 Missing ⚠️
mytoyota/models/summary.py 64.58% 17 Missing ⚠️
mytoyota/models/trips.py 61.36% 17 Missing ⚠️
mytoyota/api.py 72.22% 10 Missing ⚠️
mytoyota/models/location.py 57.89% 8 Missing ⚠️
mytoyota/models/nofication.py 69.56% 7 Missing ⚠️
mytoyota/client.py 58.33% 5 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #242       +/-   ##
===========================================
- Coverage   94.42%   80.99%   -13.44%     
===========================================
  Files          30       33        +3     
  Lines        1615     1384      -231     
===========================================
- Hits         1525     1121      -404     
- Misses         90      263      +173     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.