We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4353c9e commit 51ae72fCopy full SHA for 51ae72f
.github/workflows/webpack.yml
@@ -29,3 +29,8 @@ jobs:
29
- run: npm install
30
31
- run: npm test
32
+
33
+ - name: Upload coverage reports to Codecov
34
+ uses: codecov/codecov-action@v5
35
+ with:
36
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments