handle #55 #56

Merged
bmartin5692 merged 1 commit from fix-55 into master 2019-10-19 21:10:04 +02:00
bmartin5692 commented 2019-10-19 21:08:23 +02:00 (Migrated from github.com)

Better handling if a bot is missing a DID, which could be a corrupt or outdated database.
Helps with #55

Better handling if a bot is missing a DID, which could be a corrupt or outdated database. Helps with #55
codecov[bot] commented 2019-10-19 21:09:48 +02:00 (Migrated from github.com)

Codecov Report

Merging #56 into master will increase coverage by 0.01%.
The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage    88.8%   88.82%   +0.01%     
==========================================
  Files          13       13              
  Lines        2831     2845      +14     
==========================================
+ Hits         2514     2527      +13     
- Misses        317      318       +1
Impacted Files Coverage Δ
bumper/db.py 99.57% <100%> (ø) ⬆️
tests/test_confserver.py 100% <100%> (ø) ⬆️
bumper/confserver.py 73.09% <66.66%> (-0.09%) ⬇️

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 da9d2bb...e690436. Read the comment docs.

# [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/56?src=pr&el=h1) Report > Merging [#56](https://codecov.io/gh/bmartin5692/bumper/pull/56?src=pr&el=desc) into [master](https://codecov.io/gh/bmartin5692/bumper/commit/da9d2bbea7347222e56da25fe6c0148ef2ca9b71?src=pr&el=desc) will **increase** coverage by `0.01%`. > The diff coverage is `94.11%`. [![Impacted file tree graph](https://codecov.io/gh/bmartin5692/bumper/pull/56/graphs/tree.svg?width=650&token=Ody2IThbOc&height=150&src=pr)](https://codecov.io/gh/bmartin5692/bumper/pull/56?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #56 +/- ## ========================================== + Coverage 88.8% 88.82% +0.01% ========================================== Files 13 13 Lines 2831 2845 +14 ========================================== + Hits 2514 2527 +13 - Misses 317 318 +1 ``` | [Impacted Files](https://codecov.io/gh/bmartin5692/bumper/pull/56?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [bumper/db.py](https://codecov.io/gh/bmartin5692/bumper/pull/56/diff?src=pr&el=tree#diff-YnVtcGVyL2RiLnB5) | `99.57% <100%> (ø)` | :arrow_up: | | [tests/test\_confserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/56/diff?src=pr&el=tree#diff-dGVzdHMvdGVzdF9jb25mc2VydmVyLnB5) | `100% <100%> (ø)` | :arrow_up: | | [bumper/confserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/56/diff?src=pr&el=tree#diff-YnVtcGVyL2NvbmZzZXJ2ZXIucHk=) | `73.09% <66.66%> (-0.09%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/56?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/56?src=pr&el=footer). Last update [da9d2bb...e690436](https://codecov.io/gh/bmartin5692/bumper/pull/56?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.