From da77e1d835ce528cc29cb42b28c9be8d669f0c6d Mon Sep 17 00:00:00 2001 From: Ryuichi Inagaki Date: Wed, 20 Sep 2023 21:50:19 +1000 Subject: [PATCH] Commenting out coveralls report for now --- .github/workflows/csv-writer.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/csv-writer.yml b/.github/workflows/csv-writer.yml index 610bfce..24f6a86 100644 --- a/.github/workflows/csv-writer.yml +++ b/.github/workflows/csv-writer.yml @@ -22,7 +22,10 @@ jobs: - run: npm run lint - run: npm run test:it - run: npm run coverage - - run: cat coverage/lcov.info | node_modules/.bin/coveralls + + # FIXME: coveralls fails to report the result + #- run: cat coverage/lcov.info | node_modules/.bin/coveralls + - run: codeclimate-test-reporter < coverage/lcov.info env: CODECLIMATE_REPO_TOKEN: ${{ secrets.CODECLIMATE_REPO_TOKEN }}