Closed navinpai closed 6 years ago
Merging #18 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #18 +/- ##
=======================================
Coverage 86.66% 86.66%
=======================================
Files 3 3
Lines 30 30
=======================================
Hits 26 26
Misses 4 4
Impacted Files | Coverage Δ | |
---|---|---|
slackeventsapi/server.py | 90% <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 61310e6...2e80ec0. Read the comment docs.
Summary
Fixes #17
The Slack challenge token response is received as bytestream not str. This breaks in Python 3.x. As a fix, we simply decode the stream to string, and everything works as expected
Requirements (place an
x
in each[ ]
)