Skip to content

Commit

Permalink
README: update badges (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Oct 15, 2021
1 parent cff0a99 commit 677a154
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# haraka-results

[![Build Status][ci-img]][ci-url]
[![Windows Build Status][ci-win-img]][ci-win-url]
[![Code Coverage][cov-img]][cov-url]
[![Code Climate][clim-img]][clim-url]
[![Greenkeeper badge][gk-img]][gk-url]
[![NPM][npm-img]][npm-url]

Add, log, retrieve, and share the results of plugin tests.
Expand Down Expand Up @@ -256,15 +254,11 @@ exports.redis_unsubscribe = function (next, connection) {
```


[ci-img]: https://travis-ci.org/haraka/haraka-results.svg
[ci-url]: https://travis-ci.org/haraka/haraka-results
[ci-win-img]: https://ci.appveyor.com/api/projects/status/xl1jyo67667htprf?svg=true
[ci-win-url]: https://ci.appveyor.com/project/msimerson/haraka-results
[ci-img]: https://github.com/haraka/haraka-results/actions/workflows/ci-test.yml/badge.svg
[ci-url]: https://github.com/haraka/haraka-results/actions/workflows/ci-test.yml
[cov-img]: https://codecov.io/github/haraka/haraka-results/coverage.svg
[cov-url]: https://codecov.io/github/haraka/haraka-results
[clim-img]: https://codeclimate.com/github/haraka/haraka-results/badges/gpa.svg
[clim-url]: https://codeclimate.com/github/haraka/haraka-results
[gk-img]: https://badges.greenkeeper.io/haraka/haraka-results.svg
[gk-url]: https://greenkeeper.io/
[npm-img]: https://nodei.co/npm/haraka-results.png
[npm-url]: https://www.npmjs.com/package/haraka-results

0 comments on commit 677a154

Please sign in to comment.