Skip to content

Coverage

Coverage #78

Workflow file for this run

name: Coverage
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '21.2.0'
- run: npm install -g pnpm && pnpm install --shamefully-hoist && pnpm run coverage
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOVTOKEN }}
directory: ./lib/coverage/
dry_run: ./lib/coverage/tmp