Skip to content

Commit 3e29383

Browse files
authored
chore: configure codecov reporting and bundle size analysis (#82)
closes #78
1 parent 462c9ca commit 3e29383

File tree

5 files changed

+853
-422
lines changed

5 files changed

+853
-422
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
node-version: 22
2121
- run: npm ci --ignore-scripts --no-audit --no-fund
2222
- run: npm run test-coverage
23+
- name: Build with bundle analysis
24+
run: npm run build
25+
env:
26+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2327
- name: Upload coverage reports to Codecov
2428
uses: codecov/codecov-action@v5
2529
with:

0 commit comments

Comments
 (0)