swaggest / swac

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

Add and fix complex tests #19

Closed vearutop closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #19 into master will increase coverage by 5.78%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #19      +/-   ##
============================================
+ Coverage     74.18%   79.97%   +5.78%     
- Complexity      406      408       +2     
============================================
  Files            26       26              
  Lines          1476     1483       +7     
============================================
+ Hits           1095     1186      +91     
+ Misses          381      297      -84     
Impacted Files Coverage Δ Complexity Δ
src/Command/App.php 0.00% <ø> (ø) 1.00 <0.00> (ø)
src/Go/Client/Client.php 85.01% <100.00%> (+8.50%) 117.00 <0.00> (+1.00)
src/Php/Client/Template/Readme/ReadmeMd.php 100.00% <100.00%> (ø) 37.00 <0.00> (+1.00)
src/Php/Client/Client.php 72.82% <0.00%> (+2.17%) 26.00% <0.00%> (ø%)
src/Php/Client/PhpBuilderClassCreated.php 93.33% <0.00%> (+3.33%) 12.00% <0.00%> (ø%)
src/OpenAPI3/Reader.php 75.75% <0.00%> (+3.78%) 44.00% <0.00%> (ø%)
src/Php/Client/Template/ConfigClass.php 100.00% <0.00%> (+74.19%) 3.00% <0.00%> (ø%)
src/Php/Client/Template/Security/ApplySecurity.php 100.00% <0.00%> (+81.81%) 5.00% <0.00%> (ø%)
src/Rest/ApiKeySecurity.php 100.00% <0.00%> (+100.00%) 1.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 da17d29...1581d31. Read the comment docs.