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
/// Number of tasks which could and did validate module dependencies
533
+
case moduleDependenciesValidatedTasks
534
+
535
+
/// Number of tasks which could but did not validate module dependencies. Together with `moduleDependenciesValidated`, this can be used to track progress towards complete validation.
536
+
case moduleDependenciesNotValidatedTasks
537
+
538
+
/// Number of unique dependencies scanned / discovered / found by an executing task
539
+
case moduleDependenciesScanned
540
+
541
+
/// Number of tasks which could and did validate header dependencies
542
+
case headerDependenciesValidatedTasks
543
+
544
+
/// Number of tasks which could but did not validate header dependencies. Together with `headerDependenciesValidated`, this can be used to track progress towards complete validation.
545
+
case headerDependenciesNotValidatedTasks
546
+
547
+
/// Number of unique dependencies scanned / discovered / found by an executing task
0 commit comments