mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Add pipeline task to push coverage results to coveralls (#5461)
This commit is contained in:
@@ -32,6 +32,10 @@ steps:
|
||||
.\scripts\test.bat --reporter mocha-junit-reporter --coverage
|
||||
displayName: 'Test'
|
||||
|
||||
- script: |
|
||||
cat .\.build\coverage\lcov.info | node .\node_modules\coveralls\bin\coveralls.js
|
||||
displayName: 'Upload coverage to Coveralls'
|
||||
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFiles: 'test-results.xml'
|
||||
|
||||
Reference in New Issue
Block a user