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
ci(test): enforce coverage-based test selection on PRs
Flip the shadow --only-changes selection to --select-enforce on PR runs for the github (GNU/intel) jobs and the self-hosted Phoenix/Frontier jobs. PRs now run only the tests whose recorded coverage overlaps the changed files; the conservative ladder in coverage.py falls back to run-all for non-.fpp changes and .fpp files no test covers. Backstops retained: the NVHPC jobs still run --test-all on every PR (pre-merge full check), and pushes to master run the full suite (SELECT empty).
0 commit comments