vegas-viz / Vegas

The missing MatPlotLib for Scala + Spark
MIT License
730 stars 99 forks source link

Suppress Spark's `INFO` logs at test time #162

Closed oshikiri closed 5 years ago

oshikiri commented 5 years ago

Suppress Spark's INFO logs because they are verbose.

before: https://travis-ci.org/vegas-viz/Vegas/jobs/439251181#L1058-L1441 after: https://travis-ci.org/vegas-viz/Vegas/jobs/445184508#L1047-L1048

codecov-io commented 5 years ago

Codecov Report

Merging #162 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #162   +/-   ##
=======================================
  Coverage   20.91%   20.91%           
=======================================
  Files          27       27           
  Lines        1783     1783           
  Branches        5        5           
=======================================
  Hits          373      373           
  Misses       1410     1410

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 ec147c6...1512056. Read the comment docs.