Skip to content

chore: adding todos #14

chore: adding todos

chore: adding todos #14

Workflow file for this run

name: Report Coverage
on:
pull_request:
branches:
- 'main'
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: NPM Audit
run: npx audit-ci
- name: Install Node Modules
run: pnpm install --frozen-lockfile
- name: Report Coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: 760097cb88b4c685dce427cf94a8e12a5f082774d06b4f4f5daef839ffc07821
with:
coverageCommand: pnpm run lcov