Coverage measured against changed files. #4881
OssamaSijbesma
started this conversation in
Ideas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related to #4868 and #4057
Current situation:
Currently the changed option only works in combination with running tests and not when measuring coverage. However, it is possible to run the coverage measurements alongside the changed option causing it to display faulty outcomes.
Preferable situation:
The coverage reports is limited to the changed files, similar to using the vitest related command in combination with the coverage option.
Target audience:
Users with a lot of tests.
Beta Was this translation helpful? Give feedback.
All reactions