omec-project / up4

ONOS app and P4 program abstracting a network of switches as one big 4G/5G UPF
https://docs.sd-fabric.org/master/advanced/p4-upf.html
20 stars 13 forks source link

Clean CI log from maven download progress #253

Closed EmanueleGallone closed 2 years ago

EmanueleGallone commented 2 years ago

Run maven in batch-mode when building UP4 app. Get cleaner logs

EmanueleGallone commented 2 years ago

using -B maven will not report download progress. E.g.:

image
codecov[bot] commented 2 years ago

Codecov Report

Merging #253 (82f3a1b) into master (08e2e96) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #253   +/-   ##
=========================================
  Coverage     41.76%   41.76%           
  Complexity      144      144           
=========================================
  Files            15       15           
  Lines          2174     2174           
  Branches        278      278           
=========================================
  Hits            908      908           
  Misses         1188     1188           
  Partials         78       78           

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 08e2e96...82f3a1b. Read the comment docs.

ccascone commented 2 years ago

Very much needed, thanks!