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
I'll start to work on this feature next. I'm not yet sure if we can support this in watch mode, since editing vitest.config.ts re-triggers the test run. If that cannot be easily disabled we might want to keep this for vitest run only.
Clear and concise description of the problem
There is currently no way to insure continuous improvement regarding the test coverage, in the context of continuous integration.
Suggested solution
Provide a package such as the following: https://github.com/Litee/jest-coverage-thresholds-bumper
(And include it directly into the framework)
It could take the shape of a boolean property in vitest's
defineConfig
:Alternative
No response
Additional context
I would love to have ideally 3 cases handled and clear logs when running
vitest run --coverage
:Validations
The text was updated successfully, but these errors were encountered: