Skip to content

Commit

Permalink
combined coverage report for main tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hborawski committed Apr 11, 2024
1 parent 4eae204 commit 29c0727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ jobs:
rm -r _ios_coverage/html/
- persist_to_workspace:
root: .
paths:
- _ios_coverage
root: .
paths:
- _ios_coverage

- store_test_results:
path: _test_results
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
# union the bundle targets until //... doesnt explode analyzing jvm/android targets
- run: |
BUNDLE_TARGETS=$(bazel query "kind(js_test, //plugins/...) union kind(js_test, //react/...) union kind(js_test, //core/...)" --output label 2>/dev/null | tr '\n' ' ')
bazel coverage --config=ci -- $BUNDLE_TARGETS -//react/player:player_vitest -//plugins/reference-assets/react:react_eslint
bazel coverage --combined_report=lcov --config=ci -- $BUNDLE_TARGETS -//react/player:player_vitest -//plugins/reference-assets/react:react_eslint
- run:
when: always
Expand Down

0 comments on commit 29c0727

Please sign in to comment.