From 3a23db1ef90cc79b1c820192429eff61ffe0d555 Mon Sep 17 00:00:00 2001 From: Jeroeny Date: Sun, 27 Oct 2019 15:33:31 +0100 Subject: [PATCH 1/2] add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2060012f0..0138eeda8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ A PHP wrapper to be used with [Gitlab's API](https://github.com/gitlabhq/gitlabh [![Build Status](https://travis-ci.org/Jeroeny/gitlab-api.svg?branch=master)](https://travis-ci.org/jeroeny/gitlab-api) [![StyleCI](https://styleci.io/repos/217726394/shield?branch=master)](https://github.styleci.io/repos/217726394) [![codecov](https://codecov.io/gh/Jeroeny/gitlab-api/branch/master/graph/badge.svg)](https://codecov.io/gh/Jeroeny/gitlab-api) +[![Latest Stable Version](https://poser.pugx.org/jeroeny/gitlab-api/v/stable)](https://packagist.org/packages/jeroeny/gitlab-api) +[![Total Downloads](https://poser.pugx.org/jeroeny/gitlab-api/downloads)](https://packagist.org/packages/jeroeny/gitlab-api) +[![Latest Unstable Version](https://poser.pugx.org/jeroeny/gitlab-api/v/unstable)](https://packagist.org/packages/jeroeny/gitlab-api) +[![composer.lock](https://poser.pugx.org/jeroeny/gitlab-api/composerlock)](https://packagist.org/packages/jeroeny/gitlab-api) +[![License](https://poser.pugx.org/jeroeny/gitlab-api/license)](https://packagist.org/packages/jeroeny/gitlab-api) Forked from [php-gitlab-api](https://github.com/jeroeny/gitlab-api) and based on [php-github-api](https://github.com/m4tthumphrey/php-github-api) and code from [KnpLabs](https://github.com/KnpLabs/php-github-api). From 69e68cb6c6d00137b27a5b83a2d62501e2dd9c7b Mon Sep 17 00:00:00 2001 From: Jeroeny Date: Sun, 27 Oct 2019 15:36:10 +0100 Subject: [PATCH 2/2] fix test coverage --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a86a5bad4..b131030c2 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -13,7 +13,7 @@ - ./lib/Gitlab/ + ./src/