We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675a0ac commit 41714feCopy full SHA for 41714fe
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,10 @@ jobs:
34
- name: Test
35
run: |
36
pnpm run test
37
+ - name: Upload coverage reports to Codecov
38
+ uses: codecov/codecov-action@v5
39
+ with:
40
+ token: ${{ secrets.CODECOV_TOKEN }}
41
- name: Build
42
43
pnpm run build
0 commit comments