jeremiah-c-leary / vhdl-style-guide

Style guide enforcement for VHDL
GNU General Public License v3.0
192 stars 40 forks source link

Issue#1277: Rule for enforcing case on `others` in case statements. #1278

Closed JHertz5 closed 1 month ago

JHertz5 commented 1 month ago

Resolves #1277. There is already a rule to cover others keywords in case generate alternatives so this PR only addresses case statement alternatives.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 94.23%. Comparing base (baf22da) to head (051b5ef). Report is 57 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1278 +/- ## ========================================== + Coverage 94.01% 94.23% +0.22% ========================================== Files 1557 1621 +64 Lines 29028 29939 +911 Branches 3414 3487 +73 ========================================== + Hits 27291 28214 +923 + Misses 1303 1294 -9 + Partials 434 431 -3 ```

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