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 96fbee7 commit 90a9463Copy full SHA for 90a9463
1 file changed
.github/workflows/test-all.yml
@@ -47,7 +47,7 @@ jobs:
47
- run: npm ci
48
- run: npm run test-unit-ci
49
- name: Upload coverage reports to Codecov
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3
51
with:
52
files: ${{ github.workspace }}/coverage/unit/codecov.json
53
verbose: true
@@ -104,7 +104,7 @@ jobs:
104
CURRENT_SPLIT_INDEX: ${{ matrix.split }}
105
if: success() || failure()
106
107
108
109
files: ${{ github.workspace }}/coverage/render/codecov.json
110
0 commit comments