Skip to content

Commit 216e869

Browse files
committed
failed to remove the enabled=false tags that were manually added to the generic test steps.
1 parent 2cd990b commit 216e869

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.azure-pipelines/client.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,33 +92,27 @@ jobs:
9292
pip install -e azure-storage-file
9393
pip install -e azure-storage-queue
9494
displayName: 'Prep Environment'
95-
enabled: false
9695
9796
- script: |
9897
pip install -e azure-storage-nspkg
9998
displayName: 'Install nspkg'
10099
condition: eq('2.7', variables['python.version'])
101-
enabled: false
102100
103101
- script: |
104102
coverage run -m unittest discover
105103
displayName: 'Run Tests'
106-
enabled: false
107104
108105
- script: |
109106
coverage report
110107
coverage xml
111108
displayName: 'Generate Coverage'
112-
enabled: false
113109
114110
- script: |
115111
codecov -t $(codecov-storage-repository-token)
116-
enabled: false
117112
displayName: 'Publish Coverage to Codecov.io'
118113
condition: ne(variables['codecov-storage-repository-token'], '')
119114
120115
- task: PublishCodeCoverageResults@1
121-
enabled: false
122116
displayName: 'Publish Coverage to DevOps'
123117
inputs:
124118
codeCoverageTool: Cobertura

0 commit comments

Comments
 (0)