Merge pull request #1695 from Tyriar/coveralls_fix

Fix coveralls integration
This commit is contained in:
Daniel Imms
2018-09-21 12:40:03 -07:00
committed by GitHub
+5 -3
View File
@@ -25,9 +25,6 @@ jobs:
- script: |
yarn lint
displayName: 'Lint'
- script: |
yarn test-coverage
displayName: 'Generate and publish coverage'
- job: macOS
pool:
@@ -46,6 +43,11 @@ jobs:
- script: |
yarn lint
displayName: 'Lint'
- script: |
yarn test-coverage
export COVERALLS_GIT_BRANCH=$BUILD_SOURCEBRANCH
yarn coveralls
displayName: 'Generate and publish coverage'
- job: Windows
pool: