Skip to content

resolve reviews from Michael Ficarra #69

resolve reviews from Michael Ficarra

resolve reviews from Michael Ficarra #69

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- name: install
run: npm install
- name: test
run: npm test
- uses: codecov/codecov-action@v1
with:
file: ./coverage/coverage-final.json