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
feat(ci): Last CI step checking for non-exercised tests (#4533)
These changes add a last step in the build that compares the list of
executed top level test functions with the list of existing top-level
test functions in the source branch code.
:memo: Doesn't detect missing runs of run-time generated tests like
table based test cases.
:memo: Only relevant for test cases defined under `./flow`
:memo: Future test selection implementations should propagate run
selected to tests to the filter of this command. Related PoC:
#4510
0 commit comments