DaveLiddament / sarb

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

add Junit output formatter #98

Closed PleaseHelpMe-hub closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #98 (9148336) into master (6b0ea2a) will decrease coverage by 0.12%. The diff coverage is 96.55%.

Impacted file tree graph

@@              Coverage Diff              @@
##              master      #98      +/-   ##
=============================================
- Coverage     100.00%   99.87%   -0.13%     
- Complexity       487      496       +9     
=============================================
  Files            104      105       +1     
  Lines           1515     1573      +58     
=============================================
+ Hits            1515     1571      +56     
- Misses             0        2       +2     
Impacted Files Coverage Δ
.../Plugins/OutputFormatters/JunitOutputFormatter.php 96.55% <96.55%> (ø)

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 6b0ea2a...9148336. Read the comment docs.

DaveLiddament commented 3 years ago

@PleaseHelpMe-hub Thanks for this PR, junit output format is really useful, so thanks for this.

I'll look at it in more detail over the next couple of days.

DaveLiddament commented 3 years ago

@PleaseHelpMe-hub thanks for you work on this. I took you starting point and made a few updates to satisfy the static analysis tools see PR #100.