Skip to content

🔀 [merge] merge collect common deps to root workspace and use shiki i… #84

🔀 [merge] merge collect common deps to root workspace and use shiki i…

🔀 [merge] merge collect common deps to root workspace and use shiki i… #84

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: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
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/