projectriff / riff

riff is for functions
https://projectriff.io
Apache License 2.0
799 stars 64 forks source link

Avoid nil ListerWatcher in tail tests #1335

Closed scothis closed 5 years ago

scothis commented 5 years ago

Fixes #1326

codecov[bot] commented 5 years ago

Codecov Report

Merging #1335 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1335      +/-   ##
==========================================
+ Coverage   94.91%   95.09%   +0.17%     
==========================================
  Files          53       53              
  Lines        2695     2689       -6     
==========================================
- Hits         2558     2557       -1     
+ Misses        117      112       -5     
  Partials       20       20
Impacted Files Coverage Δ
pkg/validation/mime_types.go 100% <ø> (ø) :arrow_up:
pkg/riff/commands/processor_tail.go 100% <100%> (ø) :arrow_up:
pkg/riff/commands/function_tail.go 100% <100%> (ø) :arrow_up:
pkg/riff/commands/processor.go 100% <100%> (ø) :arrow_up:
pkg/riff/commands/processor_create.go 100% <100%> (ø) :arrow_up:
pkg/k8s/wait.go 85.71% <100%> (+10.71%) :arrow_up:
pkg/riff/commands/application_delete.go 100% <100%> (ø) :arrow_up:
pkg/riff/commands/handler.go 100% <100%> (ø) :arrow_up:
pkg/riff/commands/stream_delete.go 100% <100%> (ø) :arrow_up:
pkg/riff/commands/handler_create.go 97.87% <100%> (ø) :arrow_up:
... and 26 more

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 cb4ecb5...21a94ad. Read the comment docs.