Skip to content

Commit

Permalink
Merge pull request #2 from Jeroeny/update
Browse files Browse the repository at this point in the history
add badges
  • Loading branch information
Jeroeny authored Oct 27, 2019
2 parents 030d91f + 69e68cb commit 40a8772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<filter>
<whitelist>
<directory suffix=".php">./lib/Gitlab/</directory>
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 40a8772

Please sign in to comment.