Skip to content

fix: change artifact download action #149

fix: change artifact download action

fix: change artifact download action #149

Workflow file for this run

name: Code Climate
on: push
jobs:
codeclimate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Test & publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: "npm run coverage"
coverageLocations: |
${{github.workspace}}/coverage/clover.xml:clover