swaggest / swac

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

Use operationId to name operations #23

Closed vearutop closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (0037b48) into master (c5693d9) will increase coverage by 0.15%. The diff coverage is 68.96%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #23      +/-   ##
============================================
+ Coverage     80.74%   80.90%   +0.15%     
- Complexity      402      407       +5     
============================================
  Files            26       26              
  Lines          1449     1461      +12     
============================================
+ Hits           1170     1182      +12     
  Misses          279      279              
Impacted Files Coverage Δ Complexity Δ
src/Command/App.php 0.00% <ø> (ø) 1.00 <0.00> (ø)
src/Rest/Operation.php 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/Rest/Rest.php 58.33% <ø> (ø) 9.00 <0.00> (ø)
src/Command/Base.php 60.86% <33.33%> (-4.14%) 6.00 <0.00> (ø)
src/Php/Client/Client.php 73.40% <46.15%> (+0.57%) 27.00 <8.00> (+1.00)
src/Go/Client/Client.php 84.87% <100.00%> (+0.09%) 120.00 <0.00> (+2.00)
src/OpenAPI3/Reader.php 76.11% <100.00%> (+0.36%) 45.00 <11.00> (+1.00)
src/Swagger/Reader.php 78.83% <100.00%> (+0.31%) 53.00 <4.00> (+1.00)
src/Php/Client/Template/Readme/ReadmeMd.php 100.00% <0.00%> (+1.61%) 37.00% <0.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 c5693d9...0037b48. Read the comment docs.