jeremiah-c-leary / vhdl-style-guide

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

Issue#1120: Uncommented lines of code #1121

Closed JHertz5 closed 8 months ago

JHertz5 commented 8 months ago

Resolves #1120. Lines of code to remove actual.sjon in the teardown of testMain were commented out, leaving the test file behind after the test. Uncommenting the lines corrects the issue.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (4ff8b6a) 96.60% compared to head (6b80f17) 96.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1121 +/- ## ======================================= Coverage 96.60% 96.60% ======================================= Files 1544 1544 Lines 29072 29072 ======================================= Hits 28084 28084 Misses 988 988 ```

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