We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044739f commit fb3e343Copy full SHA for fb3e343
app_dart/lib/src/service/firestore/unified_check_run.dart
@@ -48,8 +48,8 @@ final class UnifiedCheckRun {
48
stage: stage,
49
creationTime: pullRequest.createdAt!.microsecondsSinceEpoch,
50
author: pullRequest.user!.login!,
51
- remainingBuilds: null,
52
- failedBuilds: null,
+ remainingBuilds: tasks.length,
+ failedBuilds: 0,
53
builds: {for (final task in tasks) task: TaskStatus.waitingForBackfill},
54
);
55
final checks = [
0 commit comments