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 Vehicle attributes object representations #6

Merged
merged 5 commits into from
Jan 19, 2021

Conversation

Zaboday
Copy link
Collaborator

@Zaboday Zaboday commented Jan 19, 2021

Description

Added

  • Class Avtocod\Specifications\Structures\VehicleBodyType for object representation of vehicle body type specifications
  • Class Avtocod\Specifications\Structures\VehicleEngineType for object representation of vehicle engine type specifications
  • Class Avtocod\Specifications\Structures\VehicleSteeringWheelType for object representation of vehicle steering wheel specifications
  • Class Avtocod\Specifications\Structures\VehicleTransmissionType for object representation of vehicle transmission type specifications
  • Class Avtocod\Specifications\Structures\VehicleDrivingWheelsType for object representation of vehicle driving wheels type specifications

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests is required for my changes)
  • I have made changes in CHANGELOG.md file

@codecov-io
Copy link

codecov-io commented Jan 19, 2021

Codecov Report

Merging #6 (128e04b) into master (d52eb74) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##              master        #6    +/-   ##
============================================
  Coverage     100.00%   100.00%            
- Complexity       113       183    +70     
============================================
  Files              8        13     +5     
  Lines            282       427   +145     
============================================
+ Hits             282       427   +145     
Impacted Files Coverage Δ Complexity Δ
src/Specifications.php 100.00% <100.00%> (ø) 41.00 <10.00> (+10.00)
src/Structures/VehicleBodyType.php 100.00% <100.00%> (ø) 12.00 <12.00> (?)
src/Structures/VehicleDrivingWheelsType.php 100.00% <100.00%> (ø) 12.00 <12.00> (?)
src/Structures/VehicleEngineType.php 100.00% <100.00%> (ø) 12.00 <12.00> (?)
src/Structures/VehicleSteeringWheelType.php 100.00% <100.00%> (ø) 12.00 <12.00> (?)
src/Structures/VehicleTransmissionType.php 100.00% <100.00%> (ø) 12.00 <12.00> (?)
... and 1 more

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 d52eb74...128e04b. Read the comment docs.

@Zaboday Zaboday merged commit dbe047c into avtocod:master Jan 19, 2021
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