Skip to content

Commit

Permalink
dropped coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed May 26, 2022
1 parent a3b6d9a commit 342f56d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,3 @@ jobs:
- run: npm install
- run: npm install ${{ matrix.hapi }}
- run: npm test

finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hapi-pino  ![Tests Status](https://github.com/pinojs/hapi-pino/actions/workflows/test.yml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/pinojs/hapi-pino/badge.svg?branch=master)](https://coveralls.io/github/pinojs/hapi-pino?branch=master)
# hapi-pino  ![Tests Status](https://github.com/pinojs/hapi-pino/actions/workflows/test.yml/badge.svg)


[Hapi](http://hapijs.com) plugin for the [Pino](https://github.com/pinojs/pino) logger. It logs in JSON for easy
Expand Down

0 comments on commit 342f56d

Please sign in to comment.