Skip to content

Commit

Permalink
Merge pull request #1695 from Tyriar/coveralls_fix
Browse files Browse the repository at this point in the history
Fix coveralls integration
  • Loading branch information
Tyriar committed Sep 21, 2018
2 parents 005785b + f44d57b commit a531b4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -25,9 +25,6 @@ jobs:
- script: |
yarn lint
displayName: 'Lint'
- script: |
yarn test-coverage
displayName: 'Generate and publish coverage'
- job: macOS
pool:
Expand All @@ -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:
Expand Down

0 comments on commit a531b4d

Please sign in to comment.