add image for bots in ecovacs home #68

Merged
bmartin5692 merged 1 commit from feature-57 into master 2019-12-27 17:56:40 +01:00
bmartin5692 commented 2019-12-27 17:54:26 +01:00 (Migrated from github.com)

add endpoint for /api/pim/file/get so an image is displayed for bots in the ecovacs home app

Closes #57

add endpoint for /api/pim/file/get so an image is displayed for bots in the ecovacs home app Closes #57
codecov[bot] commented 2019-12-27 17:56:04 +01:00 (Migrated from github.com)

Codecov Report

Merging #68 into master will decrease coverage by 0.03%.
The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   88.83%   88.79%   -0.04%     
==========================================
  Files          13       13              
  Lines        2847     2856       +9     
==========================================
+ Hits         2529     2536       +7     
- Misses        318      320       +2
Impacted Files Coverage Δ
tests/test_confserver.py 100% <100%> (ø) ⬆️
bumper/confserver.py 73.07% <71.42%> (-0.03%) ⬇️

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 3aefbe2...18f3a80. Read the comment docs.

# [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/68?src=pr&el=h1) Report > Merging [#68](https://codecov.io/gh/bmartin5692/bumper/pull/68?src=pr&el=desc) into [master](https://codecov.io/gh/bmartin5692/bumper/commit/3aefbe2fd8ebbe903eeeb755d7a88c0e8d6b7d4f?src=pr&el=desc) will **decrease** coverage by `0.03%`. > The diff coverage is `77.77%`. [![Impacted file tree graph](https://codecov.io/gh/bmartin5692/bumper/pull/68/graphs/tree.svg?width=650&token=Ody2IThbOc&height=150&src=pr)](https://codecov.io/gh/bmartin5692/bumper/pull/68?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #68 +/- ## ========================================== - Coverage 88.83% 88.79% -0.04% ========================================== Files 13 13 Lines 2847 2856 +9 ========================================== + Hits 2529 2536 +7 - Misses 318 320 +2 ``` | [Impacted Files](https://codecov.io/gh/bmartin5692/bumper/pull/68?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [tests/test\_confserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/68/diff?src=pr&el=tree#diff-dGVzdHMvdGVzdF9jb25mc2VydmVyLnB5) | `100% <100%> (ø)` | :arrow_up: | | [bumper/confserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/68/diff?src=pr&el=tree#diff-YnVtcGVyL2NvbmZzZXJ2ZXIucHk=) | `73.07% <71.42%> (-0.03%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/68?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/68?src=pr&el=footer). Last update [3aefbe2...18f3a80](https://codecov.io/gh/bmartin5692/bumper/pull/68?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.