ultralytics / ultralytics

NEW - YOLOv8 πŸš€ in PyTorch > ONNX > OpenVINO > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
23.76k stars 4.74k forks source link

Update ci.yaml to run tests on docs changes #11651

Closed glenn-jocher closed 1 week ago

glenn-jocher commented 1 week ago

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Updated Continuous Integration (CI) and parking management module for enhanced performance and clarity.

πŸ“Š Key Changes

🎯 Purpose & Impact

These updates strive for heightened reliability and user experience within the Ultralytics ecosystem, affecting both developers working on the project and end-users leveraging the parking management solutions. πŸš—πŸ’‘

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 37.37%. Comparing base (bbbd92b) to head (a2737c3).

Files Patch % Lines
ultralytics/solutions/parking_management.py 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11651 +/- ## =========================================== - Coverage 74.99% 37.37% -37.62% =========================================== Files 122 122 Lines 15582 15582 =========================================== - Hits 11685 5824 -5861 - Misses 3897 9758 +5861 ``` | [Flag](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11651/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | Coverage Ξ” | | |---|---|---| | [Benchmarks](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11651/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `?` | | | [GPU](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11651/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `37.37% <0.00%> (-0.02%)` | :arrow_down: | | [Tests](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11651/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `?` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

glenn-jocher commented 1 week ago

@RizwanMunawar fixes Docs issue (missing space between box (list)) and introduces CI to docs changes.