We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872d495 commit 52f8e85Copy full SHA for 52f8e85
.github/workflows/nodejs.yml
@@ -24,3 +24,8 @@ jobs:
24
npm test
25
env:
26
CI: true
27
+ - name: upload to codecov
28
+ if: runner.os == 'Linux'
29
+ uses: codecov/codecov-action@v5
30
+ with:
31
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments