We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92260e4 commit b3ec3d2Copy full SHA for b3ec3d2
.pipelines/templates/run-unit-tests.yaml
@@ -82,6 +82,8 @@ stages:
82
GOOS=linux gocov convert linux-coverage.out > linux-coverage.json
83
GOOS=linux gocov-xml < linux-coverage.json > linux-coverage.xml
84
85
+ # TODO: Add windows coverage back in once PublishCodeCoverageResults v2 works with BuildQualityChecks
86
+
87
mkdir coverage
88
89
mv linux-coverage.xml coverage/
0 commit comments