We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef0071 commit 3272e6eCopy full SHA for 3272e6e
2 files changed
.github/workflows/ci.yml
@@ -28,3 +28,8 @@ jobs:
28
29
- name: Run Tests with Coverage
30
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
@@ -4,6 +4,7 @@
4
5
node_modules/
6
dist/
7
+coverage/
8
9
!.vscode/settings.json
10
!.vscode/extensions.json
0 commit comments