Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: handle TypeErrors too #1332

Merged
merged 1 commit into from
Apr 26, 2019
Merged

fix: handle TypeErrors too #1332

merged 1 commit into from
Apr 26, 2019

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Apr 26, 2019

Closes #1326

@codecov-io
Copy link

codecov-io commented Apr 26, 2019

Codecov Report

Merging #1332 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1332      +/-   ##
==========================================
+ Coverage   99.79%   99.79%   +<.01%     
==========================================
  Files          64       64              
  Lines       10393    10394       +1     
==========================================
+ Hits        10372    10373       +1     
  Misses         21       21
Impacted Files Coverage Δ
autopush/tests/test_integration.py 100% <100%> (ø) ⬆️
autopush/web/webpush.py 100% <100%> (ø) ⬆️

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 ffe5331...79420a9. Read the comment docs.

@jrconlin jrconlin merged commit af428ca into master Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

catch int(jwt['exp']) raising TypeErrors
3 participants