jeremiah-c-leary / vhdl-style-guide

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

Issue#1084: Updated docstring for `iteration_scheme_501`. #1085

Closed JHertz5 closed 6 months ago

JHertz5 commented 7 months ago

Resolves #1084. I also updated the iteration_scheme_rules.rst page with a - that was present in the autogenerated page but missing from the page in source control.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (22beaa3) 96.53% compared to head (40456f0) 96.53%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1085 +/- ## ======================================= Coverage 96.53% 96.53% ======================================= Files 1534 1534 Lines 28870 28876 +6 ======================================= + Hits 27870 27876 +6 Misses 1000 1000 ```

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

jeremiah-c-leary commented 6 months ago

Evening @JHertz5 ,

It turns out the reason for the discrepancy is due to a missing test for the iteration_scheme documentation. I keep forgetting to add these tests when I add a new rule group.

--Jeremy