Skip to content

Commit 1c424af

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent cd0a6a9 commit 1c424af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ stages:
6565
touch "$REPORT_XML"
6666
make tools
6767
68-
$GOCOV_BIN convert "$COVERAGE_OUT" > "$REPORT_DIR"/linux-coverage.json
69-
$GOCOV_XML_BIN < "$REPORT_DIR"/linux-coverage.json > "$REPORT_DIR"/linux-coverage.gocov.xml
68+
$GOCOV_BIN convert "$COVERAGE_OUT" > "$REPORT_DIR"/linux-coverage.json
69+
$GOCOV_XML_BIN < "$REPORT_DIR"/linux-coverage.json > "$REPORT_DIR"/linux-coverage.gocov.xml
7070
displayName: "Generate Test Reporting"
7171
workingDirectory: $(ACN_DIR)
7272

0 commit comments

Comments
 (0)