Skip to content

Commit 85394dc

Browse files
authored
ci: fix coverage reports (#3709)
1 parent f1deb82 commit 85394dc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- wait: ~
2+
continue_on_failure: true
3+
- label: "Post-processing: Test coverage"
4+
command:
5+
- "nvm install"
6+
- "mkdir -p aggregated-coverage"
7+
- "buildkite-agent artifact download '**/*.lcov' aggregated-coverage"
8+
- "bash scripts/aggregate_coverage.sh"

.buildkite/pipeline_common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ cat .buildkite/jobs/pipeline.android_demo_app_rn_68.yml
1010
cat .buildkite/jobs/pipeline.android_demo_app_rn_69.yml
1111
cat .buildkite/jobs/pipeline.ios_demo_app_rn_68.yml
1212
cat .buildkite/jobs/pipeline.ios_demo_app_rn_69.yml
13+
cat .buildkite/pipeline.post_processing.yml

0 commit comments

Comments
 (0)