From 0770678e931883888f9dac5bb988ac1f987d8c0e Mon Sep 17 00:00:00 2001 From: GiovanniCardamone Date: Thu, 19 Aug 2021 04:25:37 +0200 Subject: [PATCH] test: added test coverage report #2 --- .github/workflows/npm-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-ci.yml b/.github/workflows/npm-ci.yml index 796ef31..5752430 100644 --- a/.github/workflows/npm-ci.yml +++ b/.github/workflows/npm-ci.yml @@ -29,7 +29,7 @@ jobs: - run: npm run build # Run Tests - - run: npm test:coverage + - run: npm run test:coverage # Report Coverage - name: Coveralls GitHub Action