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 6aadf75 commit 02c6c76Copy full SHA for 02c6c76
.github/workflows/build.yml
@@ -33,3 +33,8 @@ jobs:
33
34
- name: Build
35
run: npm run build
36
+
37
+ - name: Upload coverage to Codecov
38
+ uses: codecov/codecov-action@v5
39
+ with:
40
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments