apigee / apigee-remote-service-envoy

Apigee Remote Service adapter for Envoy
Apache License 2.0
27 stars 15 forks source link

Add fault code for missing operation error #381

Closed emschwar closed 2 years ago

emschwar commented 2 years ago

We did not separate missing operation from missing API proxy, but it's useful to distinguish these cases.

Ref: #378

codecov[bot] commented 2 years ago

Codecov Report

Merging #381 (22cf144) into master (617d597) will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #381   +/-   ##
=====================================
  Coverage      91%    91%           
=====================================
  Files          15     15           
  Lines        1967   1967           
=====================================
  Hits         1783   1783           
  Misses        104    104           
  Partials       80     80           
Impacted Files Coverage Δ
server/authorization.go 94% <100%> (ø)

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 617d597...22cf144. Read the comment docs.