Skip to content

Commit

Permalink
Add badges to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtusc committed Feb 23, 2023
1 parent a32e462 commit 6c20211
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- name: Stop Mailhog
run: docker stop mailhog

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

automerge:
if: >
github.event_name == 'pull_request' &&
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# postal-mailer

[![Test CI](https://github.com/uscreen/postal-mailer/actions/workflows/main.yml/badge.svg)](https://github.com/uscreen/postal-mailer/actions/workflows/node.js.yml)
[![Test Coverage](https://coveralls.io/repos/github/uscreen/postal-mailer/badge.svg?branch=master)](https://coveralls.io/github/uscreen/postal-mailer?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/uscreen/postal-mailer/badge.svg?targetFile=package.json)](https://snyk.io/test/github/uscreen/postal-mailer?targetFile=package.json)
[![NPM Version](https://badge.fury.io/js/@uscreen.de%2Fpostal-mailer.svg)](https://badge.fury.io/js/@uscreen.de%2Fpostal-mailer)
> Mailer engine using mjml templates to send mail via postal api or smtp
## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepare": "husky install",
"test": "tap test/**/*.test.js",
"test:cov": "tap --coverage-report=html test/**/*.test.js",
"test:ci": "tap --coverage-report=text-summary test/**/*.test.js"
"test:ci": "tap --coverage-report=lcovonly test/**/*.test.js"
},
"devDependencies": {
"@uscreen.de/dev-service": "^0.12.3",
Expand Down

0 comments on commit 6c20211

Please sign in to comment.