Skip to content

Commit d5b69c5

Browse files
authored
Include publish code coverage task
- Publish test results task to use default option (JUnit) - Publish code coverage results using istanbul
1 parent e57a1e4 commit d5b69c5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.vsts-ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ queue: 'Hosted Linux Preview'
66
steps:
77
- script: |
88
npm install
9-
# npm test
10-
- script: gulp
9+
npm test
1110
1211
- task: PublishTestResults@2
1312
inputs:
14-
# testRunner: JUnit my change
15-
testResultsFiles: '**/TEST-RESULTS.xml' #my change
16-
testRunTitle: 'Test results for JavaScript' #my change
13+
testResultsFiles: '**/TEST-RESULTS.xml'
14+
testRunTitle: 'Test results for JavaScript'
1715

18-
#my change
1916
- task: PublishCodeCoverageResults@1
2017
inputs:
2118
codeCoverageTool: Cobertura

0 commit comments

Comments
 (0)