Skip to content

feat: don't require full top-level validation in non-cyclic-non-top-level refs #756

feat: don't require full top-level validation in non-cyclic-non-top-level refs

feat: don't require full top-level validation in non-cyclic-non-top-level refs #756

Workflow file for this run

name: Coverage
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: yarn --frozen-lockfile
- run: git submodule update --init --recursive
- run: yarn run coverage:lcov
- uses: codecov/codecov-action@v1
with:
file: ./coverage/lcov.info