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
The way we called jacoco tasks for gradle will trigger tests outside
those selected by `:baseTests` at al. Remove explicit calls to these
tasks from CI, and use a `-PcheckCoverage` property instead. When combined
with `:baseTests` et al., it will run jacoco tasks only for the selected
tests.
Remove legacy properties `-PskipInstTests`, `-PskipSmokeTests`, etc.
These are now obsolete, and together with the above fix, they do not
serve any purpose in CI anymore.
0 commit comments