Skip to content

Moved Dao to Arbitrum #49

Moved Dao to Arbitrum

Moved Dao to Arbitrum #49

Workflow file for this run

name: Coverage Check
on:
push:
branches:
- main
pull_request:
jobs:
coverage-check:
name: Coverage Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Coverage Check
run: yarn coverage
- uses: VeryGoodOpenSource/very_good_coverage@v1
with:
path: "./coverage/lcov.info"
min_coverage: 95