VEX-Robotics-AI / VEX-Py

VEXcode / Robot Mesh VEX Python API Stubs
7 stars 0 forks source link

update vex.motor submodule + general refactoring #57

Closed TheVinhLuong102 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 74.15% // Head: 73.83% // Decreases project coverage by -0.31% :warning:

Coverage data is based on head (7b09458) compared to base (527d6be). Patch coverage: 76.99% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ========================================== - Coverage 74.15% 73.83% -0.32% ========================================== Files 73 73 Lines 2039 2064 +25 ========================================== + Hits 1512 1524 +12 - Misses 527 540 +13 ``` | [Impacted Files](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/drivetrain.py](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2RyaXZldHJhaW4ucHk=) | `0.00% <0.00%> (ø)` | | | [src/motor\_group.py](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL21vdG9yX2dyb3VwLnB5) | `0.00% <0.00%> (ø)` | | | [src/smartdrive.py](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3NtYXJ0ZHJpdmUucHk=) | `0.00% <0.00%> (ø)` | | | [src/timer.py](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3RpbWVyLnB5) | `0.00% <0.00%> (ø)` | | | [src/vex/\_common\_enums/\_\_init\_\_.py](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3ZleC9fY29tbW9uX2VudW1zL19faW5pdF9fLnB5) | `100.00% <ø> (ø)` | | | [src/vex/\_common\_enums/numeric.py](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3ZleC9fY29tbW9uX2VudW1zL251bWVyaWMucHk=) | `100.00% <ø> (ø)` | | | [src/vex/\_util/doc.py](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3ZleC9fdXRpbC9kb2MucHk=) | `100.00% <ø> (ø)` | | | [src/vex/vision\_sensor/\_\_init\_\_.py](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3ZleC92aXNpb25fc2Vuc29yL19faW5pdF9fLnB5) | `0.00% <0.00%> (ø)` | | | [src/vex/vision\_sensor/vision\_object.py](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3ZleC92aXNpb25fc2Vuc29yL3Zpc2lvbl9vYmplY3QucHk=) | `0.00% <0.00%> (ø)` | | | [src/vex/motor/\_\_init\_\_.py](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3ZleC9tb3Rvci9fX2luaXRfXy5weQ==) | `90.90% <91.17%> (+0.75%)` | :arrow_up: | | ... and [38 more](https://codecov.io/gh/VEX-Robotics-AI/VEX-Py/pull/57/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.