sandhje / vscode-phpmd

VSCode PHP Mess Detector extension
MIT License
15 stars 4 forks source link

Feature/check phpmd executable #6

Closed sandhje closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #6 into develop will decrease coverage by 2.96%. The diff coverage is 80.58%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #6      +/-   ##
===========================================
- Coverage    93.29%   90.33%   -2.97%     
===========================================
  Files           16       21       +5     
  Lines          343      424      +81     
  Branches        34       41       +7     
===========================================
+ Hits           320      383      +63     
- Misses          23       41      +18
Impacted Files Coverage Δ
server/src/service/notifier/NullNotifier.ts 100% <100%> (ø)
...r/src/service/notifier/ClientConnectionNotifier.ts 100% <100%> (ø)
server/src/controller/PhpmdController.ts 75.51% <60.86%> (-14.82%) :arrow_down:
server/src/factory/NullNotifierFactory.ts 66.66% <66.66%> (ø)
server/src/Server.ts 88.46% <76.19%> (-3.11%) :arrow_down:
...ver/src/factory/ClientConnectionNotifierFactory.ts 87.5% <87.5%> (ø)
...ver/src/service/pipeline/ExecuteProcessStrategy.ts 93.75% <87.5%> (+1.75%) :arrow_up:
server/src/service/PhpmdService.ts 92.85% <92.85%> (ø)
... and 3 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 4772214...410a22a. Read the comment docs.