Skip to content

chore: testing main branch #52

chore: testing main branch

chore: testing main branch #52

Workflow file for this run

name: Upload coverage to Codecov
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- name: yarn install && test
run: |
yarn install
yarn coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
directory: ./coverage