Skip to content

chore: updating dependencies (#110) #96

chore: updating dependencies (#110)

chore: updating dependencies (#110) #96

Workflow file for this run

name: Report Coverage
on:
pull_request:
branches:
- 'main'
- canary
- "*.x"
push:
branches:
- main
- canary
- "*.x"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Node Modules
run: npm ci
- name: Report Coverage
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: b7dd7a17709f29e70a936a1a9482a9d7c0da56915aec94382436d4e8f9bcb78e
with:
coverageCommand: npm run lcov