Skip to content

fix: make yaml release script config valid (#129) #83

fix: make yaml release script config valid (#129)

fix: make yaml release script config valid (#129) #83

Workflow file for this run

name: codecov
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true