We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ expresso ... coverage output ...
but if I want to redirect the coverage report to coverage.txt, the file contains only the usual expresso report that all tests worked fine:
$ expresso > coverage.txt 2>&1 $ cat coverage.txt 100% 11 tests
Consider for example:
$ node -v; node -e 'process.stdout.write("test\n")' > out; cat out v0.5.10 test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
but if I want to redirect the coverage report to coverage.txt, the file contains only the usual expresso report that all tests worked fine:
Consider for example:
The text was updated successfully, but these errors were encountered: