sanic icon indicating copy to clipboard operation
sanic copied to clipboard

Warn on duplicate route names

Open ahopkins opened this issue 1 year ago • 1 comments

Closes #2524

ahopkins avatar Aug 10 '22 05:08 ahopkins

Codecov Report

Merging #2525 (6f39cee) into main (2f6f2bf) will increase coverage by 0.065%. The diff coverage is 100.000%.

@@              Coverage Diff              @@
##              main     #2525       +/-   ##
=============================================
+ Coverage   87.392%   87.457%   +0.065%     
=============================================
  Files           69        69               
  Lines         5560      5565        +5     
  Branches       966       969        +3     
=============================================
+ Hits          4859      4867        +8     
+ Misses         509       507        -2     
+ Partials       192       191        -1     
Impacted Files Coverage Δ
sanic/app.py 88.825% <100.000%> (+0.106%) :arrow_up:
sanic/server/protocols/http_protocol.py 83.823% <0.000%> (+2.205%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 10 '22 05:08 codecov[bot]