Closed TimSC closed 6 years ago
Merging #222 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #222 +/- ##
==========================================
+ Coverage 96.05% 96.07% +0.01%
==========================================
Files 5 5
Lines 482 484 +2
==========================================
+ Hits 463 465 +2
Misses 19 19
Impacted Files | Coverage Δ | |
---|---|---|
oauth2/__init__.py | 100% <100%> (ø) |
:arrow_up: |
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 6689960...281efc4. Read the comment docs.
I pulled this PR into a new fork: https://github.com/TimSC/python-oauth10a
Character encoding of query strings in python 3 makes the signature comparison fail. See issue #207.