From 15e045fcea47588405a20b7edb339e468df3e8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20M=C3=B8ller=20Schr=C3=B8der?= Date: Thu, 29 Oct 2020 22:44:31 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1a50c4..d7c6fdb 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ [![Build Status](https://travis-ci.org/Napp/dbalcore.svg?branch=master)](https://travis-ci.org/Napp/dbalcore) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Napp/dbalcore/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Napp/dbalcore/?branch=master) -[![Code Coverage](https://scrutinizer-ci.com/g/Napp/dbalcore/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Napp/dbalcore/?branch=master) +[![codecov](https://codecov.io/gh/Napp/dbalcore/branch/master/graph/badge.svg?token=HiDNnCXY03)](https://codecov.io/gh/Napp/dbalcore/branch/master) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) -This packages extend the Laravel Query Builder, has a nice `Base Repository` and has a collection of helpful `Criteria` to build queries. +This package extends the Laravel Query Builder, has a nice `Base Repository` and has a collection of helpful `Criteria` to build queries. @@ -135,4 +135,4 @@ $pivotData = [ $user->roles()->attachOnDuplicateKey($pivotData); $user->roles()->attachIgnore($pivotData); -``` \ No newline at end of file +```