LMH01 / alpha_tui

My attempt to write a runtime environment and debugger for the Alpha-Notation used in my SysInf lecture.
GNU General Public License v3.0
15 stars 1 forks source link

Accumulator cli formatting: add alpha symbol in front of each accumulator in their listing #48

Closed reeelix closed 6 months ago

reeelix commented 6 months ago

Closes #47.

LMH01 commented 6 months ago

I really like how it looks, it is fitting. Can you please fix the tests, so I can merge the pull request? It would also be nice if you could update the changelog to include this change.

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 70.03%. Comparing base (cd1562f) to head (2502cdc).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #48 +/- ## ======================================= Coverage 70.03% 70.03% ======================================= Files 20 20 Lines 6220 6220 ======================================= Hits 4356 4356 Misses 1864 1864 ```

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

reeelix commented 6 months ago

Should be all fine now, thanks for the feedback :)