Skip to content

Commit

Permalink
Test coverage report as part of 1st stage: this speeds up the PR process
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrachuk committed Dec 27, 2019
1 parent eb51bbc commit a79737f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ stages:
- script: cv lightweight --dev
displayName: 'Check version changed'

- stage: Report
jobs:
- job: TestCoverage
pool:
vmImage: 'Ubuntu-16.04'
Expand All @@ -69,7 +67,3 @@ stages:
displayName: 'Save code coverage'
env:
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN)
dependsOn:
- Check
condition: succeeded('Check')

0 comments on commit a79737f

Please sign in to comment.