Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contextvar support #140

Merged
merged 5 commits into from
Jun 30, 2019
Merged

Add contextvar support #140

merged 5 commits into from
Jun 30, 2019

Conversation

rscarrera27
Copy link
Contributor

Add support for contextvar.ContextVar

Fixes: #135

@youknowone
Copy link
Owner

youknowone commented Jun 29, 2019

Thanks for your contribution. Would you add add a unittest for this code?

ring/func/base.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jun 29, 2019

Codecov Report

Merging #140 into master will decrease coverage by 1.58%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #140      +/-   ##
=========================================
- Coverage   97.98%   96.4%   -1.58%     
=========================================
  Files          14      14              
  Lines        1387    1390       +3     
=========================================
- Hits         1359    1340      -19     
- Misses         28      50      +22

@codecov
Copy link

codecov bot commented Jun 29, 2019

Codecov Report

Merging #140 into master will increase coverage by 0.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   97.98%   97.99%   +0.01%     
==========================================
  Files          14       14              
  Lines        1387     1392       +5     
==========================================
+ Hits         1359     1364       +5     
  Misses         28       28

ring/func/base.py Outdated Show resolved Hide resolved
@youknowone youknowone merged commit 67cabc8 into youknowone:master Jun 30, 2019
@youknowone
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: contextvar
2 participants