Tyrrrz / CliFx

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

Add CliFx.Analyzers #50

Closed Tyrrrz closed 4 years ago

Tyrrrz commented 4 years ago

Closes #5

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into master will decrease coverage by 0.32%. The diff coverage is 97.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
- Coverage   96.04%   95.71%   -0.33%     
==========================================
  Files          31       40       +9     
  Lines        1189     1542     +353     
==========================================
+ Hits         1142     1476     +334     
- Misses         47       66      +19     
Impacted Files Coverage Δ
CliFx/Internal/TypeExtensions.cs 100.00% <ø> (ø)
CliFx.Analyzers/ConsoleUsageAnalyzer.cs 86.11% <86.11%> (ø)
CliFx.Analyzers/CommandSchemaAnalyzer.cs 98.97% <98.97%> (ø)
CliFx.Analyzers/DiagnosticDescriptors.cs 100.00% <100.00%> (ø)
CliFx.Analyzers/Internal/RoslynExtensions.cs 100.00% <100.00%> (ø)
CliFx.Analyzers/KnownSymbols.cs 100.00% <100.00%> (ø)
CliFx/Internal/StringExtensions.cs 100.00% <100.00%> (ø)
CliFx/Exceptions/CommandException.cs 75.00% <0.00%> (-5.00%) :arrow_down:
CliFx/CliApplication.cs 90.00% <0.00%> (-4.32%) :arrow_down:
... and 8 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 1dab27d...c68235e. Read the comment docs.