Skip to content

Commit 5734dd7

Browse files
committed
Remove dup script in Azp
1 parent 5cc38aa commit 5734dd7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

azure-pipelines.yml

-8
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ stages:
9494
python3 setup.py test
9595
displayName: 'Test Python 3'
9696
97-
- script: |
98-
sudo pip3 install diff-cover
99-
target_branch=$(System.PullRequest.TargetBranch)
100-
compare_branch=origin/${target_branch#refs/heads/}
101-
diff-cover coverage.xml --compare-branch=$compare_branch
102-
condition: eq(variables['Build.Reason'], 'PullRequest')
103-
displayName: "Diff coverage"
104-
10597
- task: PublishTestResults@2
10698
inputs:
10799
testResultsFiles: '$(System.DefaultWorkingDirectory)/test-results.xml'

0 commit comments

Comments
 (0)