Skip to content

Commit 2fd5772

Browse files
committed
wip
1 parent cb8563c commit 2fd5772

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
env:
22
SEGMENT_CONTEXTS: 'snyk,npm,aws-credentials,ecr,npm-publish'
33
SEGMENT_BUILDKITE_IMAGE: 'analytics-next-ci-agent'
4+
COVERAGE: true
45
steps:
56
- label: Log Environment
67
agents:
@@ -48,9 +49,7 @@ steps:
4849
agents:
4950
queue: v1
5051
env:
51-
SEGMENT_CODECOV_FLAGS: 'browser'
52-
SEGMENT_CODECOV_ARGS: '--dir=./packages/browser/coverage'
53-
COVERAGE: true
52+
COVERAGE: false
5453
commands:
5554
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
5655
- echo "--- Install dependencies"
@@ -89,7 +88,6 @@ steps:
8988
env:
9089
SEGMENT_CODECOV_FLAGS: 'core'
9190
SEGMENT_CODECOV_ARGS: '--dir=./packages/core/coverage'
92-
COVERAGE: true
9391
agents:
9492
queue: v1
9593
commands:

0 commit comments

Comments
 (0)