create passwd file if it doesnt exist #67

Merged
bmartin5692 merged 1 commit from fix-66 into master 2019-12-27 17:19:10 +01:00
bmartin5692 commented 2019-12-27 17:15:30 +01:00 (Migrated from github.com)

create passwd file if it doesnt exist
Closes #66

create passwd file if it doesnt exist Closes #66
codecov[bot] commented 2019-12-27 17:16:42 +01:00 (Migrated from github.com)

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   88.82%   88.83%   +<.01%     
==========================================
  Files          13       13              
  Lines        2845     2847       +2     
==========================================
+ Hits         2527     2529       +2     
  Misses        318      318
Impacted Files Coverage Δ
bumper/mqttserver.py 79.68% <ø> (ø) ⬆️
bumper/__init__.py 86.15% <100%> (+0.14%) ⬆️

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 b3215b7...cc16a5c. Read the comment docs.

# [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/67?src=pr&el=h1) Report > Merging [#67](https://codecov.io/gh/bmartin5692/bumper/pull/67?src=pr&el=desc) into [master](https://codecov.io/gh/bmartin5692/bumper/commit/b3215b74f61e7f27617d5378c51a8a0f4fb037e7?src=pr&el=desc) will **increase** coverage by `<.01%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/bmartin5692/bumper/pull/67/graphs/tree.svg?width=650&token=Ody2IThbOc&height=150&src=pr)](https://codecov.io/gh/bmartin5692/bumper/pull/67?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #67 +/- ## ========================================== + Coverage 88.82% 88.83% +<.01% ========================================== Files 13 13 Lines 2845 2847 +2 ========================================== + Hits 2527 2529 +2 Misses 318 318 ``` | [Impacted Files](https://codecov.io/gh/bmartin5692/bumper/pull/67?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [bumper/mqttserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/67/diff?src=pr&el=tree#diff-YnVtcGVyL21xdHRzZXJ2ZXIucHk=) | `79.68% <ø> (ø)` | :arrow_up: | | [bumper/\_\_init\_\_.py](https://codecov.io/gh/bmartin5692/bumper/pull/67/diff?src=pr&el=tree#diff-YnVtcGVyL19faW5pdF9fLnB5) | `86.15% <100%> (+0.14%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/67?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/67?src=pr&el=footer). Last update [b3215b7...cc16a5c](https://codecov.io/gh/bmartin5692/bumper/pull/67?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.