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
Currently this lib only support reading the global coverageThreshold, it would be nice to support bumping it for others too, eg:
global
coverageThreshold: { global: { branches: 100, functions: 100, lines: 100, statements: 100, }, './src/some-dir/': { branches: 80, functions: 81, lines: 90, statements: 83, }, './src/some-other-dir/': { branches: 100, functions: 100, lines: 100, statements: 100, }, },
The text was updated successfully, but these errors were encountered:
@rbardini Would you be willing to accept a PR with this functionality?
Sorry, something went wrong.
@thall90 Absolutely, I'm happy to review any contributions towards this!
Successfully merging a pull request may close this issue.
Currently this lib only support reading the
global
coverageThreshold, it would be nice to support bumping it for others too, eg:The text was updated successfully, but these errors were encountered: