Skip to content

Commit

Permalink
Add coveralls coverage badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbaggett committed Feb 7, 2018
1 parent e18e2a9 commit 1c43a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@
PHP mathematical "Clamp" function. It clamps a variable between two numbers. Simple.

[![Build Status](https://travis-ci.org/matthewbaggett/php-clamp.svg?branch=v1.0)](https://travis-ci.org/matthewbaggett/php-clamp)
[![Coverage Status](https://coveralls.io/repos/github/matthewbaggett/php-clamp/badge.svg?branch=master)](https://coveralls.io/github/matthewbaggett/php-clamp?branch=master)

## Usage:
```php
$value = clamp(
Expand Down

0 comments on commit 1c43a3a

Please sign in to comment.