Skip to content

Commit 1d6044c

Browse files
authored
Testing coverage generation
1 parent 86be3fb commit 1d6044c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ steps:
4141
- echo "--- Install dependencies"
4242
- yarn install --immutable
4343
- yarn run -T browser exec make ci
44+
- echo " ############### Are there coverage files here?"
45+
- echo $PWD
46+
- find . -name "coverage-*.json"
4447
plugins:
4548
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v2.0.0:
4649
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
@@ -102,6 +105,9 @@ steps:
102105
- yarn run -T core lint
103106
- yarn run -T core test
104107
- yarn turbo run --filter=core-integration-tests lint
108+
- echo " ############### Are there coverage files here?"
109+
- echo $PWD
110+
- find . -name "coverage-*.json"
105111
plugins:
106112
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v2.0.0:
107113
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"

0 commit comments

Comments
 (0)