Skip to content

Commit 04f7fdb

Browse files
committed
AP: Enable coverage
1 parent 9ccd2e6 commit 04f7fdb

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.azure-pipelines/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ jobs:
5656
dependsOn: Prebuild
5757
condition: |
5858
and(
59-
and(
60-
succeeded(),
61-
eq(variables['coverage'], 'true')
62-
),
59+
succeeded(),
6360
eq(dependencies.Prebuild.outputs['tests.run'], 'true')
6461
)
6562

.azure-pipelines/pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ jobs:
5858
dependsOn: Prebuild
5959
condition: |
6060
and(
61-
and(
62-
succeeded(),
63-
eq(variables['coverage'], 'true')
64-
),
61+
succeeded(),
6562
eq(dependencies.Prebuild.outputs['tests.run'], 'true')
6663
)
6764

0 commit comments

Comments
 (0)