Skip to content

Commit 3272e6e

Browse files
committed
fix: remove code coverage and add codcove action
1 parent cef0071 commit 3272e6e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ jobs:
2828

2929
- name: Run Tests with Coverage
3030
run: npm test -- --coverage
31+
32+
- name: Upload coverage reports to Codecov
33+
uses: codecov/codecov-action@v5
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
node_modules/
66
dist/
7+
coverage/
78

89
!.vscode/settings.json
910
!.vscode/extensions.json

0 commit comments

Comments
 (0)