TestArmada / magellan

Large Scale Automated Testing for Mocha, Nightwatch, Appium, Nodejs, etc
MIT License
287 stars 76 forks source link

made-whitelist-more-specific #291

Closed g00dnatur3 closed 3 years ago

g00dnatur3 commented 3 years ago

users are having issue with the logging being too verbose.

this has been fix by making the whitelist be more "specific" ... "error" and "warn" strings are too generic.

the new white list should filter only what we need

codecov-commenter commented 3 years ago

Codecov Report

Merging #291 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #291   +/-   ##
=======================================
  Coverage   97.00%   97.00%           
=======================================
  Files          31       31           
  Lines        1001     1001           
=======================================
  Hits          971      971           
  Misses         30       30           
Impacted Files Coverage Δ
src/util/childProcess.js 100.00% <100.00%> (ø)

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 7c8c597...2dd3686. Read the comment docs.