Skip to content

Commit b3ec3d2

Browse files
committed
add comment
1 parent 92260e4 commit b3ec3d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ stages:
8282
GOOS=linux gocov convert linux-coverage.out > linux-coverage.json
8383
GOOS=linux gocov-xml < linux-coverage.json > linux-coverage.xml
8484
85+
# TODO: Add windows coverage back in once PublishCodeCoverageResults v2 works with BuildQualityChecks
86+
8587
mkdir coverage
8688
8789
mv linux-coverage.xml coverage/

0 commit comments

Comments
 (0)