From 9460cdc3c2a86c27c5b26e4a894e7a2f47d564de Mon Sep 17 00:00:00 2001 From: Naor Peled Date: Wed, 17 May 2023 23:14:42 +0300 Subject: [PATCH] . --- .github/workflows/merge-to-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-to-master.yml b/.github/workflows/merge-to-master.yml index 8eb00c0..fff31e5 100644 --- a/.github/workflows/merge-to-master.yml +++ b/.github/workflows/merge-to-master.yml @@ -29,7 +29,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - - run: npm run test-ci + - run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js env: COVERALLS_SERVICE_NAME: GithubActions COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}