Skip to content

Commit 8dad43d

Browse files
authored
Update README.md
1 parent 11cbb6c commit 8dad43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
[![Build Status](https://travis-ci.org/maxiperezc/graphoid.svg?branch=master)](https://travis-ci.org/maxiperezc/graphoid)
55
[![Gem Version](https://badge.fury.io/rb/graphoid.svg)](https://rubygems.org/gems/graphoid)
6+
[![Maintainability](https://api.codeclimate.com/v1/badges/96505308310ca4e7e241/maintainability)](https://codeclimate.com/github/maxiperezc/graphoid/maintainability)
7+
[![Test Coverage](https://api.codeclimate.com/v1/badges/96505308310ca4e7e241/test_coverage)](https://codeclimate.com/github/maxiperezc/graphoid/test_coverage)
68

79
Generates a full GraphQL API using introspection of Mongoid or ActiveRecord models.
810

@@ -51,8 +53,6 @@ And an example with Mongoid in the [Tester Mongo folder](https://github.com/maxi
5153
In this same repository.
5254

5355
## Contributing
54-
- Install code climate
55-
- Fix Rubocop errors.
5656
- Live Reload
5757
- Aggregations
5858
- Permissions on fields

0 commit comments

Comments
 (0)