When running tests, we should trim the output so that: - mocha only shows failed tests - c8 only shows coverage < 100% The latter can be done by adding `"skip-full": true` to .c8rc.json. We need to find how to achieve a similar result for mocha.
When running tests, we should trim the output so that:
The latter can be done by adding
"skip-full": trueto .c8rc.json. We need to find how to achieve a similar result for mocha.