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
This should be replaced with reasoning based on the coverage data in test-impact-analysis.json. The coverage data already contains all information to infer which tests need to re-run if a nested test failed.
The text was updated successfully, but these errors were encountered:
fmck3516
changed the title
SkippyPlugin: Replace propagation of test failures with reasoning based on coverage in test-impact-analysis.json
SkippyPlugin: Replace propagation of test failures with reasoning over test-impact-analysis.json
Oct 31, 2024
Skippy's Gradle plugin propagates test failures to all parents:
https://github.com/skippy-io/skippy/blob/f74cf756c24a398b92b1ea57ce9914d9ca41e2c3/skippy-gradle/src/main/java/io/skippy/gradle/SkippyPlugin.java#L72C21-L84C22
This should be replaced with reasoning based on the coverage data in
test-impact-analysis.json
. The coverage data already contains all information to infer which tests need to re-run if a nested test failed.The text was updated successfully, but these errors were encountered: