Skip to content

Commit

Permalink
Updated the usage of code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Sep 20, 2023
1 parent da77e1d commit a3c4244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/csv-writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
cache: npm
node-version: '14.5'
- run: |-
curl -L https://github.com/codeclimate/codeclimate/archive/master.tar.gz | tar xvz
cd codeclimate-* && sudo make install
- run: npm install
- run: npm run lint
- run: npm run test:it
Expand All @@ -26,6 +23,9 @@ jobs:
# FIXME: coveralls fails to report the result
#- run: cat coverage/lcov.info | node_modules/.bin/coveralls

- run: codeclimate-test-reporter < coverage/lcov.info
- run: |-
curl -L https://github.com/codeclimate/codeclimate/archive/master.tar.gz | tar xvz
cd codeclimate-* && sudo make install
codeclimate analyze
env:
CODECLIMATE_REPO_TOKEN: ${{ secrets.CODECLIMATE_REPO_TOKEN }}

0 comments on commit a3c4244

Please sign in to comment.