Skip to content

Commit

Permalink
Commenting out coveralls report for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Sep 20, 2023
1 parent 4e4135c commit da77e1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/csv-writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit da77e1d

Please sign in to comment.