diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index ca63c3b01..9cbda73e0 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -37,7 +37,7 @@ jobs: - run: npm run jest-ci -- --coverage --coverageDirectory=coverage-unit --coverageReporters json --selectProjects unit - run: npm run jest-ci -- --coverage --coverageDirectory=coverage-integration --coverageReporters json --selectProjects integration - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ${{ github.workspace }}/coverage-unit/coverage-final.json, ${{ github.workspace }}/coverage-integration/coverage-final.json verbose: true