Tyrrrz / CliFx

Class-first framework for building command-line interfaces
MIT License
1.5k stars 61 forks source link

Add `Write(...)`, ```WriteLine(...)`, `Read()` and `ReadLine()` extension methods for `IConsole` #140

Closed Tyrrrz closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (4bdd3cc) 93.08% compared to head (79c5609) 92.94%.

Files Patch % Lines
CliFx/Infrastructure/IConsole.cs 42.85% 4 Missing :warning:
...Fx.Tests.Dummy/Commands/CancellationTestCommand.cs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #140 +/- ## ========================================== - Coverage 93.08% 92.94% -0.15% ========================================== Files 84 84 Lines 2300 2310 +10 Branches 339 339 ========================================== + Hits 2141 2147 +6 - Misses 92 96 +4 Partials 67 67 ```

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