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 e93a73e commit db0d029Copy full SHA for db0d029
.github/workflows/nodejs.yml
@@ -89,7 +89,10 @@ jobs:
89
run: yarn test:coverage --ci --shard=${{ matrix.shard }}
90
91
- name: Upload coverage to Codecov
92
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
93
+ with:
94
+ token: ${{ secrets.CODECOV_TOKEN }}
95
+ verbose: true
96
97
smoketests:
98
name: Smoketests - ${{ matrix.os }} - Node v${{ matrix.node-version }}
0 commit comments