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 run_check helper function has 5 parameters, making test calls verbose and harder to read:
run_check(Some("all"), Some(&repo_path), Some(&base_sha), Some(&sha1), None)
The run_check helper function has 5 parameters, making test calls verbose and harder to read:
run_check(Some("all"), Some(&repo_path), Some(&base_sha), Some(&sha1), None)