diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0289d12..d728718 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,13 +34,6 @@ jobs: - name: Run Tests run: | npm test - - - name: Coveralls Parallel - uses: coverallsapp/github-action@1.1.3 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel: true - flag-name: run-${{ matrix.node-version }}-${{ matrix.os }} automerge: needs: test @@ -50,12 +43,3 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - coverage: - needs: test - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@1.1.3 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel-finished: true diff --git a/.taprc b/.taprc deleted file mode 100644 index c5acd1e..0000000 --- a/.taprc +++ /dev/null @@ -1 +0,0 @@ -100: true diff --git a/README.md b/README.md index 5eefc43..398de8c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![NPM version](https://img.shields.io/npm/v/fastify-sensible.svg?style=flat)](https://www.npmjs.com/package/fastify-sensible) [![Known Vulnerabilities](https://snyk.io/test/github/fastify/fastify-sensible/badge.svg)](https://snyk.io/test/github/fastify/fastify-sensible) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) -[![Coverage Status](https://coveralls.io/repos/github/fastify/fastify-sensible/badge.svg?branch=main)](https://coveralls.io/github/fastify/fastify-sensible?branch=main) Defaults for Fastify that everyone can agree on™.
This plugin adds some useful utilities to your Fastify instance, see the API section to learn more.