You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have Coveralls to measure our test coverage.
Though, we may have to rewrite the tests which use child_process.spawn to be caught by the coverage tools. Or, just apply the coverage to our actual unit tests (not the CLI ones).
The text was updated successfully, but these errors were encountered:
It would be nice to have Coveralls to measure our test coverage.
Though, we may have to rewrite the tests which use
child_process.spawn
to be caught by the coverage tools. Or, just apply the coverage to our actual unit tests (not the CLI ones).The text was updated successfully, but these errors were encountered: