From d52fb7fb5e340eab863cabd9151373ef766ba5a8 Mon Sep 17 00:00:00 2001 From: Robert Haines Date: Wed, 28 Oct 2020 08:05:00 +0000 Subject: [PATCH] Add maintainability badge to the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5f354c..370e377 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A ruby implementation of the [MOS Technology 6502 microprocessor][wp-6502]. [![Gem Version](https://badge.fury.io/rb/mos6502.svg)](https://badge.fury.io/rb/mos6502) [![Build Status](https://travis-ci.com/hainesr/mos6502.svg?branch=main)](https://travis-ci.com/hainesr/mos6502) [![Coverage Status](https://coveralls.io/repos/github/hainesr/mos6502/badge.svg?branch=main)](https://coveralls.io/github/hainesr/mos6502?branch=main) +[![Maintainability](https://api.codeclimate.com/v1/badges/d3c28f3d1c4cee8099fb/maintainability)](https://codeclimate.com/github/hainesr/mos6502/maintainability) ## Installation