interceptor icon indicating copy to clipboard operation
interceptor copied to clipboard

Feat/nada interceptor integration

Open mengelbart opened this issue 3 years ago • 1 comments

This is based on #117 and adds a simple adapter to make the NADA implementation available to the generic CC interceptor.

mengelbart avatar Jul 23 '22 21:07 mengelbart

Codecov Report

Merging #149 (10f922b) into master (a82b843) will decrease coverage by 1.53%. The diff coverage is 63.15%.

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
- Coverage   79.05%   77.52%   -1.54%     
==========================================
  Files          63       69       +6     
  Lines        3189     3550     +361     
==========================================
+ Hits         2521     2752     +231     
- Misses        555      677     +122     
- Partials      113      121       +8     
Flag Coverage Δ
go 77.52% <63.15%> (-1.54%) :arrow_down:
wasm ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/nada/bandwidth_estimator.go 0.00% <0.00%> (ø)
pkg/nada/report.go 0.00% <0.00%> (ø)
pkg/nada/packet_stream.go 65.75% <65.75%> (ø)
pkg/nada/receiver.go 93.67% <93.67%> (ø)
pkg/nada/sender.go 93.75% <93.75%> (ø)
pkg/nada/config.go 100.00% <100.00%> (ø)
pkg/gcc/kalman.go 100.00% <0.00%> (+5.66%) :arrow_up:

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 a82b843...10f922b. Read the comment docs.

codecov[bot] avatar Jul 23 '22 21:07 codecov[bot]