Skip to content

bump graphql to 16.8.1 and improve types #17

bump graphql to 16.8.1 and improve types

bump graphql to 16.8.1 and improve types #17

Workflow file for this run

name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Run tests
run: deno task test
- name: Create coverage report
run: deno task cov
- name: Collect coverage
uses: codecov/[email protected]
with:
file: ./coverage.lcov