Extend confserver logging #75

Merged
bmartin5692 merged 6 commits from extend-confserver-logging into master 2019-12-30 22:16:21 +01:00
bmartin5692 commented 2019-12-30 21:58:58 +01:00 (Migrated from github.com)
No description provided.
codecov[bot] commented 2019-12-30 22:16:19 +01:00 (Migrated from github.com)

Codecov Report

Merging #75 into master will increase coverage by 1.02%.
The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   89.24%   90.26%   +1.02%     
==========================================
  Files          13       13              
  Lines        2937     2999      +62     
==========================================
+ Hits         2621     2707      +86     
+ Misses        316      292      -24
Impacted Files Coverage Δ
tests/test_confserver.py 100% <100%> (ø) ⬆️
bumper/confserver.py 78.11% <55.55%> (+4.9%) ⬆️
bumper/mqttserver.py 85.71% <0%> (+0.44%) ⬆️

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 7ed6f95...18adff2. Read the comment docs.

# [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/75?src=pr&el=h1) Report > Merging [#75](https://codecov.io/gh/bmartin5692/bumper/pull/75?src=pr&el=desc) into [master](https://codecov.io/gh/bmartin5692/bumper/commit/7ed6f95ee0084c01dcb4a5c5b209103b8d51e72f?src=pr&el=desc) will **increase** coverage by `1.02%`. > The diff coverage is `77.77%`. [![Impacted file tree graph](https://codecov.io/gh/bmartin5692/bumper/pull/75/graphs/tree.svg?width=650&token=Ody2IThbOc&height=150&src=pr)](https://codecov.io/gh/bmartin5692/bumper/pull/75?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #75 +/- ## ========================================== + Coverage 89.24% 90.26% +1.02% ========================================== Files 13 13 Lines 2937 2999 +62 ========================================== + Hits 2621 2707 +86 + Misses 316 292 -24 ``` | [Impacted Files](https://codecov.io/gh/bmartin5692/bumper/pull/75?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [tests/test\_confserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/75/diff?src=pr&el=tree#diff-dGVzdHMvdGVzdF9jb25mc2VydmVyLnB5) | `100% <100%> (ø)` | :arrow_up: | | [bumper/confserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/75/diff?src=pr&el=tree#diff-YnVtcGVyL2NvbmZzZXJ2ZXIucHk=) | `78.11% <55.55%> (+4.9%)` | :arrow_up: | | [bumper/mqttserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/75/diff?src=pr&el=tree#diff-YnVtcGVyL21xdHRzZXJ2ZXIucHk=) | `85.71% <0%> (+0.44%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/75?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/75?src=pr&el=footer). Last update [7ed6f95...18adff2](https://codecov.io/gh/bmartin5692/bumper/pull/75?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.