From f4801760076fb9ef46e89792b46eb3463bdce3e7 Mon Sep 17 00:00:00 2001 From: Niloofar Date: Tue, 4 Jun 2024 11:34:58 +0800 Subject: [PATCH] ci: fix coveralls report --- .github/workflows/coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 979f5120..d4094429 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -24,6 +24,6 @@ jobs: - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies run: npm audit signatures - name: Test - run: JEST_MAX_WORKERS=95% npm run test:jest -- --collectCoverage + run: npm run test -- --coverage - name: Coveralls uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949