Skip to content

Commit

Permalink
code climate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kedashoe committed Nov 19, 2023
1 parent ddd9736 commit 93eacda
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,13 @@ jobs:
runs-on: ubuntu-latest
name: Code Climate Coverage
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Installing Dependencies
run: npm ci

- name: Collecting Coverage
uses: paambaati/codeclimate-action@v2.6.0
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TOKEN }}
with:
coverageCommand: npm run coverage
coverageLocations: |
${{github.workspace}}/coverage/lcov.info:lcov
debug: true

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 93eacda

Please sign in to comment.