Skip to content

Commit

Permalink
Merge pull request #35 from divine/master
Browse files Browse the repository at this point in the history
chore: update badges
  • Loading branch information
msimerson committed Mar 9, 2022
2 parents 3cc4c7a + 99e2583 commit 57ec173
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.5 - 2022-03-XX
## 1.0.5 - 2022-03-08

- fix invalid main field in package.json

Expand Down
27 changes: 7 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# limit

[![Build Status][ci-img]][ci-url]
[![Windows Build Status][ci-win-img]][ci-win-url]
[![Tests][ci-img]][ci-url]
[![Lint][ci-lint-img]][ci-lint-url]
[![Code Climate][clim-img]][clim-url]
[![NPM][npm-img]][npm-url]

Expand Down Expand Up @@ -234,24 +234,11 @@ Applying strict connection and rate limits is an effective way to reduce spam de
- enforce rate limits with your firewall instead


### TODO

Code coverage for plugins doesn't work because we run plugins under
vm.runInNewContext().

[![Code Coverage][cov-img]][cov-url]
[![Greenkeeper badge][gk-img]][gk-url]


[ci-img]: https://travis-ci.org/haraka/haraka-plugin-limit.svg
[ci-url]: https://travis-ci.org/haraka/haraka-plugin-limit
[ci-win-img]: https://ci.appveyor.com/api/projects/status/lfpoq64p53tylqww?svg=true
[ci-win-url]: https://ci.appveyor.com/project/msimerson/haraka-plugin-limit
[cov-img]: https://codecov.io/github/haraka/haraka-plugin-limit/coverage.svg
[cov-url]: https://codecov.io/github/haraka/haraka-plugin-limit
[ci-img]: https://github.com/haraka/haraka-plugin-limit/actions/workflows/ci-test.yml/badge.svg
[ci-url]: https://github.com/haraka/haraka-plugin-limit/actions/workflows/ci-test.yml
[ci-lint-img]: https://github.com/haraka/haraka-plugin-limit/actions/workflows/lint.yml/badge.svg
[ci-lint-url]: https://github.com/haraka/haraka-plugin-limit/actions/workflows/lint.yml
[clim-img]: https://codeclimate.com/github/haraka/haraka-plugin-limit/badges/gpa.svg
[clim-url]: https://codeclimate.com/github/haraka/haraka-plugin-limit
[gk-img]: https://badges.greenkeeper.io/haraka/haraka-plugin-limit.svg
[gk-url]: https://greenkeeper.io/
[npm-img]: https://nodei.co/npm/haraka-plugin-limit.png
[npm-img]: https://img.shields.io/npm/dm/haraka-plugin-limit
[npm-url]: https://www.npmjs.com/package/haraka-plugin-limit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-limit",
"version": "1.0.4",
"version": "1.0.5",
"description": "enforce various types of limits on remote MTAs",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 57ec173

Please sign in to comment.