kylekatarnls / nodejs-php-fallback

Allow you to call node.js module or scripts throught PHP and call a fallback function if node.js is not available
MIT License
16 stars 3 forks source link

Ask for install #10

Closed kylekatarnls closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #10 into master will increase coverage by 1.14%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master    #10      +/-   ##
==========================================
+ Coverage     98.85%   100%   +1.14%     
- Complexity       73     85      +12     
==========================================
  Files             3      3              
  Lines           174    207      +33     
==========================================
+ Hits            172    207      +35     
+ Misses            2      0       -2
Impacted Files Coverage Δ Complexity Δ
src/NodejsPhpFallback/NodejsPhpFallback.php 100% <100%> (+1.52%) 67 <22> (+12) :arrow_up:

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 dec58dd...6e26003. Read the comment docs.