From f7617ca6d0855c131ff3ef60eb344606079e2c52 Mon Sep 17 00:00:00 2001 From: Hassan Date: Wed, 14 Aug 2019 02:13:34 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd0f348..184baef 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/hassan/one-loop.svg?style=flat-square)](https://packagist.org/packages/hassan/one-loop) [![Build Status](https://badgen.net/travis/dhassanali/one-loop/master)](https://travis-ci.org/dhassanali/one-loop) [![License](https://badgen.net/packagist/license/hassan/one-loop)](https://packagist.org/packages/hassan/one-loop) +[![Coverage Status](https://badgen.net/codecov/c/github/dhassanali/one-loop)](https://codecov.io/github/dhassanali/one-loop) A Laravel/PHP Package for Minimizing Collection/Array Iterations @@ -30,4 +31,4 @@ $ids = one_loop($users)->reject(static function ($user) { ### Security -If you discover any security related issues, please email hello@hassan-ali.me instead of using the issue tracker. \ No newline at end of file +If you discover any security related issues, please email hello@hassan-ali.me instead of using the issue tracker.