mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[coverage] bootstrap from root (#93690)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
7cfd15c038
commit
d0b6891abf
1 changed files with 1 additions and 4 deletions
|
@ -12,11 +12,8 @@ mkdir -p "$coverageBasePath/kibana"
|
|||
rsync -ahSD --ignore-errors --force --delete --stats ./ "$coverageBasePath/kibana/"
|
||||
cd "$coverageBasePath/kibana"
|
||||
|
||||
echo "### bootstrap from x-pack folder"
|
||||
cd x-pack
|
||||
echo "### bootstrap"
|
||||
yarn kbn bootstrap
|
||||
# Return to project root
|
||||
cd ..
|
||||
echo "### Merge coverage reports"
|
||||
yarn nyc report --nycrc-path src/dev/code_coverage/nyc_config/nyc.functional.config.js
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue