gfargo / newsapi

PHP wrapper for News API
https://newsapi.org
MIT License
0 stars 0 forks source link

Add Static Proxy Interface & Refactor Test Suites #4

Closed gfargo closed 5 years ago

gfargo commented 5 years ago

This PR performs a major overhaul on how you interface with the NewsAPI library.

codecov[bot] commented 5 years ago

Codecov Report

Merging #4 into master will increase coverage by 29.41%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #4       +/-   ##
===========================================
+ Coverage     70.58%   100%   +29.41%     
- Complexity        8     20       +12     
===========================================
  Files             1      4        +3     
  Lines            17     46       +29     
===========================================
+ Hits             12     46       +34     
+ Misses            5      0        -5
Impacted Files Coverage Δ Complexity Δ
src/Client.php 100% <100%> (ø) 7 <7> (?)
src/traits/RemoteHeaders.php 100% <100%> (ø) 2 <2> (?)
src/v2/Adapter.php 100% <100%> (ø) 7 <7> (?)
src/traits/RemoteEndpoints.php 100% <100%> (ø) 4 <4> (?)

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 f2f3f6b...3e62c80. Read the comment docs.