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 ab3cedf commit 7a85377Copy full SHA for 7a85377
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
cache: yarn
40
- run: yarn
41
- run: yarn test --coverage
42
- - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
+ - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
43
with:
44
flags: 'node_${{ matrix.node-version }}'
45
env:
0 commit comments