Skip to content

Commit f5ae405

Browse files
authored
ci: Add Bundle Analysis (#4072)
1 parent 5acefd6 commit f5ae405

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
fail_ci_if_error: true
3737
directory: ./coverage
38+
flags: bundle
3839
env:
3940
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4041

codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ coverage:
1111
default:
1212
target: 75%
1313
threshold: 1%
14+
15+
flags:
16+
bundle:
17+
paths:
18+
- dist/
19+
carryforward: true

0 commit comments

Comments
 (0)