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

[Delivers #158860854] Register Vehicle Endpoint #36

Merged
merged 32 commits into from
Jul 7, 2018

Conversation

JoshuaOndieki
Copy link
Owner

A driver must register a vehicle in order to create a ride.
Having a vehicle's details split from the ride details reduces the number of columns in the DB tables

@coveralls
Copy link

Pull Request Test Coverage Report for Build 243

  • 350 of 385 (90.91%) changed or added relevant lines in 17 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-2.4%) to 94.177%

Changes Missing Coverage Covered Lines Changed/Added Lines %
ridemyway/tests/tests_v2/test_user/test_edit_user.py 38 39 97.44%
ridemyway/tests/tests_v2/test_vehicle/test_vehicle.py 36 37 97.3%
ridemyway/tests/tests_v2/test_user/test_fetch_user.py 14 15 93.33%
ridemyway/tests/tests_v2/test_auth/test_login.py 28 29 96.55%
ridemyway/tests/tests_v2/test_auth/test_logout.py 15 16 93.75%
ridemyway/api/v2/resources.py 61 63 96.83%
ridemyway/api/v2/jwtblacklist.py 0 5 0.0%
ridemyway/utils/db_queries.py 31 37 83.78%
ridemyway/api/v2/controllers/user.py 33 41 80.49%
ridemyway/utils/errors.py 25 34 73.53%
Totals Coverage Status
Change from base Build 202: -2.4%
Covered Lines: 841
Relevant Lines: 893

💛 - Coveralls

@JoshuaOndieki JoshuaOndieki merged commit 450b2b8 into develop Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants