Remove duplication in eventing#1829
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1829 +/- ##
==========================================
- Coverage 45.42% 44.92% -0.51%
==========================================
Files 143 143
Lines 6683 6558 -125
==========================================
- Hits 3036 2946 -90
+ Misses 3341 3306 -35
Partials 306 306
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1829 +/- ##
==========================================
+ Coverage 45.42% 46.09% +0.66%
==========================================
Files 143 143
Lines 6683 6558 -125
==========================================
- Hits 3036 3023 -13
+ Misses 3341 3228 -113
- Partials 306 307 +1
Continue to review full report at Codecov.
|
And increase test coverage Signed-off-by: David Gageot <david@gageot.net>
e79f2ec to
ea1b9bf
Compare
nkubala
left a comment
There was a problem hiding this comment.
LGTM. originally I had designed it this way and there were concerns that there would be too many different events to keep adding individual functions for each, but I think the space of events we plan on supporting is finite and relatively small so this is a lot more clear.
Signed-off-by: David Gageot david@gageot.net