TestArmada / magellan

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

fix bug with successful steps not showing in log #292

Closed g00dnatur3 closed 3 years ago

g00dnatur3 commented 3 years ago

The new logging filter i put in place in previous release was filtering out the individual successful steps.

updated the stdout white list to include the check mark so those steps get picked up

Cheers!

codecov-commenter commented 3 years ago

Codecov Report

Merging #292 into master will decrease coverage by 0.95%. The diff coverage is 16.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #292      +/-   ##
==========================================
- Coverage   97.00%   96.05%   -0.96%     
==========================================
  Files          31       31              
  Lines        1001     1013      +12     
==========================================
+ Hits          971      973       +2     
- Misses         30       40      +10     
Impacted Files Coverage Δ
src/util/childProcess.js 84.61% <16.66%> (-15.39%) :arrow_down:

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 c53c725...ffc9b82. Read the comment docs.