Skip to content

Commit

Permalink
always update didUploadStatuses
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jun 18, 2024
1 parent 72d1660 commit be5d659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/test-utils/src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ class ReplayReporter<TRecordingMetadata extends UnstructuredMetadata = Unstructu
switch (aggregateStatus) {
case "failed": {
if (!this._minimizeUploads) {
result.didUploadStatuses.failed = true;
toUpload.push(...executions);
break;
}
Expand Down Expand Up @@ -1010,6 +1011,7 @@ class ReplayReporter<TRecordingMetadata extends UnstructuredMetadata = Unstructu
break;
}
if (!this._minimizeUploads) {
result.didUploadStatuses.passed = true;
toUpload.push(...executions);
break;
}
Expand Down

0 comments on commit be5d659

Please sign in to comment.