Merge PR #298 fix/codecov

* Commits:
  Run coverage via Github Action
This commit is contained in:
stvn
2020-12-08 10:09:57 -08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -15,3 +15,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: make validate.ci
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true

View File

@@ -66,4 +66,3 @@ validate:
validate.ci:
npm ci
make validate
codecov