added extraction of number of tests (both from output and grep)

This commit is contained in:
Karma Riuk
2025-03-01 18:29:04 +01:00
parent 177f305d4c
commit 3740c89ed6
2 changed files with 46 additions and 1 deletions

View File

@ -171,6 +171,7 @@ def save_df_with_updates(df, updates_list, verbose=False):
n_tests_with_grep=None,
n_tests_passed=None,
n_tests_failed=None,
n_tests_errors=None,
n_tests_skipped=None,
good_repo_for_crab=None,
error_msg=None,