We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a952994 commit 4c31335Copy full SHA for 4c31335
.ci/metrics/metrics.py
@@ -72,7 +72,7 @@ class GaugeMetric:
72
73
def github_get_metrics(
74
github_repo: github.Repository, last_workflows_seen_as_completed: set[int]
75
-):
+) -> tuple[list[JobMetrics], int]:
76
"""Gets the metrics for specified Github workflows.
77
78
This function takes in a list of workflows to track, and optionally the
0 commit comments