crazyfactory / tinka-generator-openapi

This repo takes a spec file and generate ts-http-client sdk
1 stars 0 forks source link

29 basic auth endpoint #30

Closed paibamboo closed 6 years ago

paibamboo commented 6 years ago

Closes #27 Closes #29

codecov[bot] commented 6 years ago

Codecov Report

Merging #30 into master will increase coverage by 6.62%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #30      +/-   ##
=========================================
+ Coverage   70.87%   77.5%   +6.62%     
=========================================
  Files           8      12       +4     
  Lines         182     289     +107     
  Branches       28      37       +9     
=========================================
+ Hits          129     224      +95     
- Misses         50      62      +12     
  Partials        3       3
Impacted Files Coverage Δ
src/SpecialParams.ts 100% <100%> (ø)
src/TypeScriptGenerator/TsControllerGenerator.ts 85.55% <100%> (+0.84%) :arrow_up:
src/GeneratorHelpers.ts 97.22% <100%> (ø)
src/TypeScriptGenerator/TypeScriptGenerator.ts 45.83% <0%> (ø)
src/BaseGenerator.ts 100% <0%> (ø)
src/Code.ts 100% <0%> (+4.76%) :arrow_up:
src/StringHelpers.ts 100% <0%> (+16.66%) :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 900296b...e6c9412. Read the comment docs.

wmathes commented 6 years ago

Ok, after updating #29 it's clear. :) quite complicated for such a simple feature, but fine ^^