busy-beaver-dev / busy-beaver

The Chicago Python Community Engagement Slack bot
https://busybeaverbot.com
MIT License
70 stars 23 forks source link

Middleware to add tag each request with a uuid #267

Closed alysivji closed 4 years ago

alysivji commented 4 years ago

What does this do

Add UUID to request environment.

Why are we doing this

Will help us track requests throughout the system

How should this be tested

Test independently

Migrations

n/a

Dependencies

n/a

Callouts

n/a

codecov-commenter commented 4 years ago

Codecov Report

Merging #267 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #267      +/-   ##
==========================================
+ Coverage   97.23%   97.25%   +0.01%     
==========================================
  Files          67       68       +1     
  Lines        1735     1747      +12     
==========================================
+ Hits         1687     1699      +12     
  Misses         48       48              
Impacted Files Coverage Δ
busy_beaver/common/middleware.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 bafa40a...245b5f8. Read the comment docs.