From f522cb9024674ebc29079b47a5b15749606f6e93 Mon Sep 17 00:00:00 2001 From: Jim Daniels Wasswa Date: Fri, 6 Oct 2023 15:12:07 +0800 Subject: [PATCH] chore: add command to collect coverage --- .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 1c82bf66..cc057a84 100755 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -21,6 +21,6 @@ jobs: uses: ./.github/actions/build - name: Run Tests run: | - npm run test + npm run test -- --collectCoverage - name: Coveralls uses: coverallsapp/github-action@v2