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
Describe the bug
When running yarn test, if your tests do not meet jest coverage thresholds, your tests will still pass.
yarn test
To Reproduce
Add a coverage threshold that is not met, and verify that test will still pass, even though an error is showing.
Expected behavior
If coverage thresholds are added, and they aren't met, the tests should fail. Preferably it would specify that it failed due to coverage.
Screenshots
Desktop (please complete the following information):
"@design-systems/cli": "4.13.1",
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When running
yarn test
, if your tests do not meet jest coverage thresholds, your tests will still pass.To Reproduce
Add a coverage threshold that is not met, and verify that test will still pass, even though an error is showing.
Expected behavior
If coverage thresholds are added, and they aren't met, the tests should fail. Preferably it would specify that it failed due to coverage.
Screenshots
Desktop (please complete the following information):
"@design-systems/cli": "4.13.1",
Additional context
The text was updated successfully, but these errors were encountered: