Fix command-line args #44

Merged
bmartin5692 merged 1 commit from fix-#42 into master 2019-06-10 03:30:31 +02:00
bmartin5692 commented 2019-06-10 03:23:34 +02:00 (Migrated from github.com)

removed service_listeners and using bumper_listen
Close #42

removed service_listeners and using bumper_listen Close #42
codecov[bot] commented 2019-06-10 03:24:56 +02:00 (Migrated from github.com)

Codecov Report

Merging #44 into master will decrease coverage by 0.01%.
The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
- Coverage   90.22%   90.21%   -0.02%     
==========================================
  Files          10       10              
  Lines        2762     2759       -3     
==========================================
- Hits         2492     2489       -3     
  Misses        270      270
Impacted Files Coverage Δ
tests/test_init.py 100% <100%> (ø) ⬆️
bumper/__init__.py 95.27% <92.85%> (-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 3f44b33...d8b2d02. Read the comment docs.

# [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/44?src=pr&el=h1) Report > Merging [#44](https://codecov.io/gh/bmartin5692/bumper/pull/44?src=pr&el=desc) into [master](https://codecov.io/gh/bmartin5692/bumper/commit/3f44b33a0a27a4a3c218d651e7ad04d29c26f20e?src=pr&el=desc) will **decrease** coverage by `0.01%`. > The diff coverage is `93.75%`. [![Impacted file tree graph](https://codecov.io/gh/bmartin5692/bumper/pull/44/graphs/tree.svg?width=650&token=Ody2IThbOc&height=150&src=pr)](https://codecov.io/gh/bmartin5692/bumper/pull/44?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #44 +/- ## ========================================== - Coverage 90.22% 90.21% -0.02% ========================================== Files 10 10 Lines 2762 2759 -3 ========================================== - Hits 2492 2489 -3 Misses 270 270 ``` | [Impacted Files](https://codecov.io/gh/bmartin5692/bumper/pull/44?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [tests/test\_init.py](https://codecov.io/gh/bmartin5692/bumper/pull/44/diff?src=pr&el=tree#diff-dGVzdHMvdGVzdF9pbml0LnB5) | `100% <100%> (ø)` | :arrow_up: | | [bumper/\_\_init\_\_.py](https://codecov.io/gh/bmartin5692/bumper/pull/44/diff?src=pr&el=tree#diff-YnVtcGVyL19faW5pdF9fLnB5) | `95.27% <92.85%> (-0.03%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/44?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/44?src=pr&el=footer). Last update [3f44b33...d8b2d02](https://codecov.io/gh/bmartin5692/bumper/pull/44?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.