Skip to content

Update codecov config #66

Update codecov config

Update codecov config #66

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Install codecov
uses: codecov/codecov-action@v5
- name: Test
run: npm run ci
- name: Test build
run: npm run build