Skip to content

Commit e81552c

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent 3d6ab82 commit e81552c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/templates/run-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ stages:
4747
} | { read xs; exit $xs; }
4848
} 4>&1
4949
50-
cp "$COVERAGE_OUT" "$REPORT_DIR"
50+
cp coverage-all.out "$REPORT_DIR"
5151
ls -la "$REPORT_DIR"
5252
retryCountOnTaskFailure: 3
5353
displayName: "Run Unit Tests - Linux"

0 commit comments

Comments
 (0)