GoogleCloudPlatform / webapp2

webapp2 is a framework for Google App Engine
https://webapp2.readthedocs.org
Other
141 stars 63 forks source link

Fix 404 broken link for `cgi` module. #127

Closed toanant closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #127 into master will not change coverage. The diff coverage is 100%.

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   95.81%   95.81%           
=======================================
  Files          18       18           
  Lines        1817     1817           
  Branches      274      274           
=======================================
  Hits         1741     1741           
  Misses         19       19           
  Partials       57       57
Impacted Files Coverage Δ
webapp2_extras/xsrf.py 93.44% <ø> (ø) :white_check_mark:
webapp2_extras/sessions.py 96.37% <100%> (ø) :white_check_mark:
webapp2.py 95.47% <100%> (ø) :white_check_mark:
webapp2_extras/json.py 100% <100%> (ø) :white_check_mark:
webapp2_extras/auth.py 96.85% <100%> (ø) :white_check_mark:

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 81dde22...974ecca. Read the comment docs.

theacodes commented 7 years ago

@toanant Thanks!