diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1387735..ba07fe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,12 @@ jobs: run: npm ci --prefer-offline --no-audit - name: Run Tests - run: npm test + run: npm run cov + + - name: Coveralls + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Compiles run: npm run build diff --git a/README.md b/README.md index fc6492d..8225383 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ BENCH + Coverage Status
GraphQL registry