Tyrrrz / CliFx

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

Rework tests from 1-to-1 mapping into specifications #46

Closed Tyrrrz closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will increase coverage by 1.29%. The diff coverage is 98.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   95.14%   96.44%   +1.29%     
==========================================
  Files          27       31       +4     
  Lines        1009     1040      +31     
==========================================
+ Hits          960     1003      +43     
+ Misses         49       37      -12
Impacted Files Coverage Δ
CliFx/CliApplicationBuilder.cs 98% <ø> (ø) :arrow_up:
CliFx.Tests.Dummy/Commands/ConsoleTestCommand.cs 100% <100%> (ø)
CliFx/Domain/HelpTextWriter.cs 95.75% <100%> (ø)
CliFx/Domain/CommandUnboundArgumentInput.cs 100% <100%> (ø)
CliFx/Domain/CommandDirectiveInput.cs 100% <100%> (ø)
CliFx/VirtualConsole.cs 100% <100%> (+2.38%) :arrow_up:
CliFx/Domain/CommandLineInputBuilder.cs 100% <100%> (ø)
CliFx/CliApplication.cs 94.31% <100%> (+6.96%) :arrow_up:
CliFx.Tests.Dummy/Program.cs 100% <100%> (ø) :arrow_up:
CliFx/Domain/CommandOptionInput.cs 100% <100%> (ø) :arrow_up:
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79e1a2e...6a892d5. Read the comment docs.