From 2d0424d8da3259a9e5c9f6f2033dce3fbfd63bba Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Thu, 4 Jan 2024 10:17:21 +0100 Subject: [PATCH] use coverage action instead of manually post the results --- .github/workflows/lint_and_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index cf9787ae..931a9ac5 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -31,6 +31,7 @@ jobs: - name: Test run: npm test - name: Coverage - run: npm run test:coverage && cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose + run: npm run test:coverage + # run: npm run test:coverage && cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose - name: Coveralls uses: coverallsapp/github-action@v2