Skip to content

Commit

Permalink
fix: remove unnecessary .taprc and coverage in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvbetsun committed Jul 18, 2021
1 parent 90be0eb commit 7037bf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
1 change: 0 additions & 1 deletion .taprc

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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™.<br>
This plugin adds some useful utilities to your Fastify instance, see the API section to learn more.
Expand Down

0 comments on commit 7037bf1

Please sign in to comment.