Skip to content

Commit

Permalink
Fixing path for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored Nov 22, 2024
1 parent 151b240 commit 726b7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
key: browser-lint-test
env:
SEGMENT_CODECOV_FLAGS: 'browser'
SEGMENT_CODECOV_ARGS: '--dir=packages/browser/coverage'
SEGMENT_CODECOV_ARGS: '--dir=./packages/browser/coverage'
agents:
queue: v1
commands:
Expand Down Expand Up @@ -87,7 +87,7 @@ steps:
- label: '[Core] Lint + Test'
env:
SEGMENT_CODECOV_FLAGS: 'core'
SEGMENT_CODECOV_ARGS: '--dir=packages/core/coverage'
SEGMENT_CODECOV_ARGS: '--dir=./packages/core/coverage'
agents:
queue: v1
commands:
Expand Down

0 comments on commit 726b7b0

Please sign in to comment.