Skip to content

Commit

Permalink
Enable coverage for tests in buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored Dec 4, 2024
1 parent 726b7b0 commit 86be3fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ steps:
env:
SEGMENT_CODECOV_FLAGS: 'browser'
SEGMENT_CODECOV_ARGS: '--dir=./packages/browser/coverage'
COVERAGE: true
agents:
queue: v1
commands:
Expand Down Expand Up @@ -88,6 +89,7 @@ steps:
env:
SEGMENT_CODECOV_FLAGS: 'core'
SEGMENT_CODECOV_ARGS: '--dir=./packages/core/coverage'
COVERAGE: true
agents:
queue: v1
commands:
Expand Down

0 comments on commit 86be3fb

Please sign in to comment.