DaveLiddament / sarb

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

Add support for static analysers that output relative file paths. #91

Closed DaveLiddament closed 3 years ago

DaveLiddament commented 3 years ago

This opens up support for tools like:

codecov-commenter commented 3 years ago

Codecov Report

Merging #91 (fe44e6e) into master (95fe893) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #91   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       484       487    +3     
===========================================
  Files            104       104           
  Lines           1500      1515   +15     
===========================================
+ Hits            1500      1515   +15     
Impacted Files Coverage Δ
src/Domain/Common/Location.php 100.00% <100.00%> (ø)
src/Domain/Common/ProjectRoot.php 100.00% <100.00%> (ø)
...c/Framework/Command/internal/ProjectRootHelper.php 100.00% <100.00%> (ø)
...rs/PhanJsonResultsParser/PhanJsonResultsParser.php 100.00% <100.00%> (ø)

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 95fe893...fe44e6e. Read the comment docs.