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
chore: refactor unit-test and int-test targets (#1061)
**This PR includes:**
- add `defaultTargets` for `unit-test`, `int-test`
- adjust all `unit-test`, `int-test` targets to generate coverage by
default
- remove `--coverage.enabled` and `--skipNxCache` form CP targets
- make CP reuse coverage data from `unit-test`, `int-test`
- added `passWithNoTests` to all targets
- removes unused `int-test` targets
> [!note]
> This PR brings the execution time **from 19m down to max 9m** for the
whole cp report. 🔥
---------
Co-authored-by: John Doe <john.doe@example.com>
0 commit comments