Skip to content

Commit 4945fb7

Browse files
medelman17claude
andcommitted
feat(ci): upload coverage to Codecov
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 356bdc3 commit 4945fb7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
with:
5151
name: coverage
5252
path: coverage/
53+
- name: Upload coverage reports to Codecov
54+
if: matrix.node-version == 22
55+
uses: codecov/codecov-action@v5
56+
with:
57+
token: ${{ secrets.CODECOV_TOKEN }}
58+
slug: medelman17/eyecitets
5359

5460
build:
5561
name: Build & Size Check

0 commit comments

Comments
 (0)