Skip to content

Commit

Permalink
feat: extra badges for this package
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarezk committed Dec 7, 2022
1 parent 5cd6894 commit 9804e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18.12.1
registry-url: 'https://registry.npmjs.org'
- run: |
npm install
npm run build
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![Known Vulnerabilities](https://snyk.io/test/github/ywarezk/express-errors/badge.svg)]
![build](https://github.com/ywarezk/express-errors/actions/workflows/ci.yaml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/ywarezk/express-errors/badge.svg?branch=main)](https://coveralls.io/github/ywarezk/express-errors?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/ywarezk/express-errors/badge.svg)](https://coveralls.io/github/ywarezk/express-errors)
[![npm version](https://badge.fury.io/js/express-errors.svg)](https://badge.fury.io/js/express-errors)

## TLDR;

Expand Down

0 comments on commit 9804e97

Please sign in to comment.