yiisoft / yii-bootstrap5

Yii Framework Bootstrap 5 support
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
60 stars 20 forks source link

Replace counter to `Html::generateId()` #136

Closed vjik closed 5 months ago

vjik commented 5 months ago
Q A
Is bugfix?
New feature?
Breaks BC? ✔️
what-the-diff[bot] commented 5 months ago

PR Summary

This PR implements a range of modifications across various files, mainly focusing on revising ID attributes and removing counter methods from test files. Here is an overview of the changes made:

All of these changes aim to make the codebase cleaner, easier to navigate, and more manageable without impacting its primary functions. These modifications should improve development efficiency moving forward.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6afc7c7) 98.61% compared to head (bf0cfea) 98.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #136 +/- ## ============================================ - Coverage 98.61% 98.37% -0.24% - Complexity 493 494 +1 ============================================ Files 21 21 Lines 1660 1664 +4 ============================================ Hits 1637 1637 - Misses 23 27 +4 ```

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