DaveLiddament / sarb

Static Analysis Results Baseliner
MIT License
162 stars 17 forks source link

Feature/add severity #124

Closed DaveLiddament closed 1 year ago

DaveLiddament commented 1 year ago

Addresses #122

Credit for this should go to @MisterIcy

codecov-commenter commented 1 year ago

Codecov Report

Merging #124 (e93c36c) into master (899eaf7) will not change coverage. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              master      #124   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       593       614   +21     
===========================================
  Files            112       114    +2     
  Lines           1804      1874   +70     
===========================================
+ Hits            1804      1874   +70     
Impacted Files Coverage Δ
src/Domain/Analyser/BaseLineResultsRemover.php 100.00% <100.00%> (ø)
src/Domain/BaseLiner/BaseLineAnalysisResult.php 100.00% <100.00%> (ø)
src/Domain/Common/Severity.php 100.00% <100.00%> (ø)
src/Domain/Pruner/ResultsPruner.php 100.00% <100.00%> (ø)
src/Domain/ResultsParser/AnalysisResult.php 100.00% <100.00%> (ø)
src/Domain/Utils/ArrayParseException.php 100.00% <100.00%> (ø)
src/Domain/Utils/ArrayUtils.php 100.00% <100.00%> (ø)
src/Domain/Utils/SeverityReader.php 100.00% <100.00%> (ø)
...ework/Command/RemoveBaseLineFromResultsCommand.php 100.00% <100.00%> (ø)
.../OutputFormatters/GithubActionsOutputFormatter.php 100.00% <100.00%> (ø)
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.