mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Adds new Code Climate badge to README
Rather than just acting as a link the new badges show the GPA score of the codebase.
This commit is contained in:
parent
ba105fa7cb
commit
016dc65502
1 changed files with 1 additions and 1 deletions
|
@ -7,9 +7,9 @@ fog is the Ruby cloud services library, top to bottom:
|
|||
* Mocks make testing and integrating a breeze.
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/fog/fog.png?branch=master)](http://travis-ci.org/fog/fog)
|
||||
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/fog/fog)
|
||||
[![Gem Version](https://fury-badge.herokuapp.com/rb/fog.png)](http://badge.fury.io/rb/fog)
|
||||
[![Dependency Status](https://gemnasium.com/fog/fog.png)](https://gemnasium.com/fog/fog)
|
||||
[![Code Climate](https://codeclimate.com/github/fog/fog.png)](https://codeclimate.com/github/fog/fog)
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue