swaggest / swac

🤖 OpenAPI/Swagger client generator for PHP, Go and JavaScript (ES5)
MIT License
9 stars 3 forks source link

Refactor CLI options #22

Closed vearutop closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #22 (cc80cb7) into master (e3be35b) will increase coverage by 1.00%. The diff coverage is 57.14%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #22      +/-   ##
============================================
+ Coverage     79.74%   80.74%   +1.00%     
+ Complexity      407      402       -5     
============================================
  Files            26       26              
  Lines          1481     1449      -32     
============================================
- Hits           1181     1170      -11     
+ Misses          300      279      -21     
Impacted Files Coverage Δ Complexity Δ
src/Command/App.php 0.00% <ø> (ø) 1.00 <0.00> (ø)
src/Php/Client/Client.php 72.82% <ø> (ø) 26.00 <0.00> (ø)
src/Command/GoClient.php 37.93% <37.50%> (+2.93%) 3.00 <0.00> (-2.00) :arrow_up:
src/Command/Base.php 65.00% <50.00%> (-2.75%) 6.00 <0.00> (-5.00)
src/Command/PhpGuzzleClient.php 50.00% <50.00%> (ø) 3.00 <0.00> (ø)
src/Go/Client/Client.php 84.77% <77.77%> (-0.17%) 118.00 <4.00> (+2.00) :arrow_down:

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 e3be35b...cc80cb7. Read the comment docs.