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

bug: Fix diagnostic cli to handle tuple args #1097

Merged
merged 1 commit into from
Dec 6, 2017
Merged

bug: Fix diagnostic cli to handle tuple args #1097

merged 1 commit into from
Dec 6, 2017

Conversation

jrconlin
Copy link
Member

@jrconlin jrconlin commented Dec 5, 2017

Also we were inconsistent about passing current_month when registering
webpush protocol entities. While not strictly an error now, it could
cause issues later if we do stricter lookups.

Closes #1096

Also we were inconsistent about passing `current_month` when registering
`webpush` protocol entities. While not strictly an error now, it could
cause issues later if we do stricter lookups.

Closes #1096
@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1097      +/-   ##
==========================================
+ Coverage   99.71%   99.71%   +<.01%     
==========================================
  Files          58       58              
  Lines        9278     9284       +6     
==========================================
+ Hits         9252     9258       +6     
  Misses         26       26
Impacted Files Coverage Δ
autopush/db.py 99.42% <ø> (ø) ⬆️
autopush/tests/test_db.py 100% <ø> (ø) ⬆️
autopush/tests/test_diagnostic_cli.py 100% <100%> (ø) ⬆️
autopush/diagnostic_cli.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 9b55405...ae89a21. Read the comment docs.

@jrconlin jrconlin requested review from bbangert and pjenvey December 5, 2017 20:51
@bbangert bbangert merged commit 82b1fbd into master Dec 6, 2017
@bbangert bbangert deleted the bug/1096 branch December 6, 2017 22:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants