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 f8c1e07 commit d94320dCopy full SHA for d94320d
.github/workflows/coverage.yml
@@ -24,4 +24,7 @@ jobs:
24
PROGRESS: none
25
NODE_ENV: test
26
NODE_OPTIONS: --max_old_space_size=4096
27
- - run: bash <(curl -s https://codecov.io/bash)
+ - name: Upload results to Codecov
28
+ uses: codecov/codecov-action@v4
29
+ with:
30
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments