diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43eabf1cb..f52843e7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: - run: yarn link --frozen-lockfile || true - run: yarn link webpack --frozen-lockfile - run: yarn test:basic --ci - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: flags: basic functionalities: gcov @@ -92,7 +92,7 @@ jobs: key: jest-unit-${{ env.GITHUB_SHA }} restore-keys: jest-unit-${{ hashFiles('**/yarn.lock', '**/jest.config.js') }} - run: yarn cover:unit --ci --cacheDirectory .jest-cache - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: flags: unit functionalities: gcov @@ -183,7 +183,7 @@ jobs: restore-keys: jest-integration-${{ hashFiles('**/yarn.lock', '**/jest.config.js') }} - run: yarn cover:integration:${{ matrix.part }} --ci --cacheDirectory .jest-cache || yarn cover:integration:${{ matrix.part }} --ci --cacheDirectory .jest-cache -f - run: yarn cover:merge - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: flags: integration functionalities: gcov