Skip to content

Commit

Permalink
Testing coverage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored Dec 4, 2024
1 parent 86be3fb commit 1d6044c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ steps:
- echo "--- Install dependencies"
- yarn install --immutable
- yarn run -T browser exec make ci
- echo " ############### Are there coverage files here?"
- echo $PWD
- find . -name "coverage-*.json"
plugins:
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
Expand Down Expand Up @@ -102,6 +105,9 @@ steps:
- yarn run -T core lint
- yarn run -T core test
- yarn turbo run --filter=core-integration-tests lint
- echo " ############### Are there coverage files here?"
- echo $PWD
- find . -name "coverage-*.json"
plugins:
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
Expand Down

0 comments on commit 1d6044c

Please sign in to comment.