grktsh / falcon-oas

Design first approach with OpenAPI 3 for Falcon
Apache License 2.0
7 stars 4 forks source link

Support setting path item resource instances and access control functions programmatically #27

Closed sisp closed 4 years ago

sisp commented 4 years ago

Fixes #25.

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #27   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          283       293   +10     
  Branches        22        24    +2     
=========================================
+ Hits           283       293   +10     
Impacted Files Coverage Δ
src/falcon_oas/factories.py 100.00% <100.00%> (ø)
src/falcon_oas/utils.py 100.00% <100.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 fc135f7...9dc1ae3. Read the comment docs.

grktsh commented 4 years ago

Thanks!