Skip to content

Merge pull request #115 from MasatoMakino/dependabot/npm_and_yarn/typ… #61

Merge pull request #115 from MasatoMakino/dependabot/npm_and_yarn/typ…

Merge pull request #115 from MasatoMakino/dependabot/npm_and_yarn/typ… #61

Workflow file for this run

name: Coverage Report
on:
push:
branches: [main]
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "npm"
- run: npm ci
- run: npm run buildTS
- name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v6.0.0
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageCommand: npm run coverage