Skip to content

Commit

Permalink
Merge pull request #113 from rubyforgood/add-codeclimate
Browse files Browse the repository at this point in the history
adds codeclimate badges
  • Loading branch information
abronkema authored Oct 13, 2019
2 parents 245baaa + 34716b2 commit 8edd8c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# README

[![Build Status](https://travis-ci.org/rubyforgood/babywearing.svg?branch=master)](https://travis-ci.org/rubyforgood/babywearing)
[![Maintainability](https://api.codeclimate.com/v1/badges/ac4e12c6fda4398c9dd2/maintainability)](https://codeclimate.com/github/rubyforgood/babywearing/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/ac4e12c6fda4398c9dd2/test_coverage)](https://codeclimate.com/github/rubyforgood/babywearing/test_coverage)

# Babywearing

Expand Down Expand Up @@ -91,7 +93,7 @@ This app uses Ruby version 2.6.3, Rails version 5.2.3, and PostgreSQL 11.4
### Install ImageMagick

ImageMagick is needed for the pages with images of carriers
run`brew install imagemagick`
run `brew install imagemagick`

### Start the app

Expand Down

0 comments on commit 8edd8c4

Please sign in to comment.