Skip to content

Commit 2ffaf62

Browse files
committed
#1: add comment in azure pipeline file
1 parent a5586a7 commit 2ffaf62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure/pipelines/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,6 @@ jobs:
161161
targetPath: $(OUTPUT_DIR)
162162
artifact: foo-output-$(name)
163163
publishLocation: 'pipeline'
164+
165+
# FEAT: include also coverage reporting for Azure (require cobertura or JaCoCo format)
166+
# task: PublishCodeCoverageResults@1

0 commit comments

Comments
 (0)