From 926f23b1809d083e38a060ae1afe85d8ee3ffc74 Mon Sep 17 00:00:00 2001 From: "Shane L. Duvall" Date: Wed, 21 Oct 2020 17:19:25 -0500 Subject: [PATCH 1/2] Add codecov badge to readme #139 unable to add snyk but able to add codecov --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2575ae8..a55e929 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ analytics-php ============== [![Segmentio](https://circleci.com/gh/segmentio/analytics-php.svg?style=shield&circle-token=a20a4b1daa865d164e62ca59a65d6753d286c1c1)](https://app.circleci.com/pipelines/github/segmentio/analytics-php) +[![codecov](https://codecov.io/gh/segmentio/analytics-php/branch/master/graph/badge.svg?token=804hPfMd0C)](https://codecov.io/gh/segmentio/analytics-php) + analytics-php is a php client for [Segment](https://segment.com) From 751b006be948c875d60167be68f292a8ae6f086c Mon Sep 17 00:00:00 2001 From: "Shane L. Duvall" Date: Thu, 29 Oct 2020 10:58:02 -0500 Subject: [PATCH 2/2] Move Badges to be In-line Update location of badge to be in-line per request --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a55e929..2935844 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ analytics-php ============== -[![Segmentio](https://circleci.com/gh/segmentio/analytics-php.svg?style=shield&circle-token=a20a4b1daa865d164e62ca59a65d6753d286c1c1)](https://app.circleci.com/pipelines/github/segmentio/analytics-php) - -[![codecov](https://codecov.io/gh/segmentio/analytics-php/branch/master/graph/badge.svg?token=804hPfMd0C)](https://codecov.io/gh/segmentio/analytics-php) - +[![Segmentio](https://circleci.com/gh/segmentio/analytics-php.svg?style=shield&circle-token=a20a4b1daa865d164e62ca59a65d6753d286c1c1)](https://app.circleci.com/pipelines/github/segmentio/analytics-php)[![codecov](https://codecov.io/gh/segmentio/analytics-php/branch/master/graph/badge.svg?token=804hPfMd0C)](https://codecov.io/gh/segmentio/analytics-php) analytics-php is a php client for [Segment](https://segment.com)