We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ede191 commit 9705850Copy full SHA for 9705850
.buildkite/pipeline.yml
@@ -33,6 +33,9 @@ steps:
33
key: browser-lint-test
34
agents:
35
queue: v1
36
+ env:
37
+ SEGMENT_CODECOV_FLAGS: 'browser'
38
+ SEGMENT_CODECOV_ARGS: '--dir=./packages/browser/coverage'
39
commands:
40
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
41
- echo "--- Install dependencies"
0 commit comments