Handle json and 2 year certs #53

Merged
bmartin5692 merged 5 commits from ozmo950 into master 2019-10-06 22:48:50 +02:00
bmartin5692 commented 2019-10-06 22:44:58 +02:00 (Migrated from github.com)

Better handling of json commands for Ozmo950.
create_cert updated to generate certs good for 2 years for compliance with Apple specs.

Better handling of json commands for Ozmo950. create_cert updated to generate certs good for 2 years for compliance with Apple specs.
codecov[bot] commented 2019-10-06 22:46:19 +02:00 (Migrated from github.com)

Codecov Report

Merging #53 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #53      +/-   ##
=========================================
+ Coverage   88.74%   88.8%   +0.05%     
=========================================
  Files          13      13              
  Lines        2817    2831      +14     
=========================================
+ Hits         2500    2514      +14     
  Misses        317     317
Impacted Files Coverage Δ
tests/test_mqttserver.py 100% <100%> (ø) ⬆️
bumper/__init__.py 86.01% <100%> (+0.76%) ⬆️
bumper/mqttserver.py 79.68% <100%> (-0.21%) ⬇️

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 729309b...ef79236. Read the comment docs.

# [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/53?src=pr&el=h1) Report > Merging [#53](https://codecov.io/gh/bmartin5692/bumper/pull/53?src=pr&el=desc) into [master](https://codecov.io/gh/bmartin5692/bumper/commit/729309bcebefb2275ea7a31c6249a01fa63f831b?src=pr&el=desc) will **increase** coverage by `0.05%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/bmartin5692/bumper/pull/53/graphs/tree.svg?width=650&token=Ody2IThbOc&height=150&src=pr)](https://codecov.io/gh/bmartin5692/bumper/pull/53?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #53 +/- ## ========================================= + Coverage 88.74% 88.8% +0.05% ========================================= Files 13 13 Lines 2817 2831 +14 ========================================= + Hits 2500 2514 +14 Misses 317 317 ``` | [Impacted Files](https://codecov.io/gh/bmartin5692/bumper/pull/53?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [tests/test\_mqttserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/53/diff?src=pr&el=tree#diff-dGVzdHMvdGVzdF9tcXR0c2VydmVyLnB5) | `100% <100%> (ø)` | :arrow_up: | | [bumper/\_\_init\_\_.py](https://codecov.io/gh/bmartin5692/bumper/pull/53/diff?src=pr&el=tree#diff-YnVtcGVyL19faW5pdF9fLnB5) | `86.01% <100%> (+0.76%)` | :arrow_up: | | [bumper/mqttserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/53/diff?src=pr&el=tree#diff-YnVtcGVyL21xdHRzZXJ2ZXIucHk=) | `79.68% <100%> (-0.21%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/53?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/53?src=pr&el=footer). Last update [729309b...ef79236](https://codecov.io/gh/bmartin5692/bumper/pull/53?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No description provided.