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
Utilizing Vitest we can setup code coverage reporting, and CLI checks to fail when we do not hit thresholds.
The text was updated successfully, but these errors were encountered:
Vitest has a setting which can auto update threshold values when code coverage is improved: https://vitest.dev/config/#coverage-thresholds-autoupdate
It could be possible to commit that if those change in a PR when vitest is run 🤔
vitest
Sorry, something went wrong.
@vscode/test-*
dotNomad
No branches or pull requests
Utilizing Vitest we can setup code coverage reporting, and CLI checks to fail when we do not hit thresholds.
The text was updated successfully, but these errors were encountered: