From e7d84af7c79576ce3eee73fe315aab720747bb54 Mon Sep 17 00:00:00 2001 From: mitchelljfs Date: Wed, 25 Jul 2018 15:58:55 -0700 Subject: [PATCH] Changed badges for mjfs.us and lambdarouter --- README.md | 5 ++++- src/containers/Projects/index.js | 28 ++++++++-------------------- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 50419f2..2140276 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# mjfs.us [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier) [![Build Status](https://travis-ci.org/mitchelljfs/mjfs.us.svg?branch=master)](https://travis-ci.org/mitchelljfs/mjfs.us) [![Codacy grade](https://img.shields.io/codacy/grade/25d7767066fb4130af653afc1121bf8e.svg)](https://app.codacy.com/project/mitchelljfs/mjfs.us/dashboard) +# mjfs.us +[![Build Status](https://travis-ci.org/mitchelljfs/mjfs.us.svg?branch=master)](https://travis-ci.org/mitchelljfs/mjfs.us) +[![Maintainability](https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability)](https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier) This is my personal site and it has taken the form of a plain HTML site and a Ruby app, but it currently takes the form of a React.js app. It was diff --git a/src/containers/Projects/index.js b/src/containers/Projects/index.js index 0ddbd62..c6d897f 100644 --- a/src/containers/Projects/index.js +++ b/src/containers/Projects/index.js @@ -23,16 +23,10 @@ class Projects extends React.PureComponent { }, { imgUrl: - "https://img.shields.io/codacy/grade/25d7767066fb4130af653afc1121bf8e.svg", + "https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability", linkUrl: - "https://app.codacy.com/project/mitchelljfs/mjfs.us/dashboard", - alt: "Code Quality" - }, - { - imgUrl: - "https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat", - linkUrl: "https://github.com/prettier/prettier", - alt: "Prettier Style" + "https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability", + alt: "Maintainability" } ]} > @@ -47,12 +41,6 @@ class Projects extends React.PureComponent { title="lambdarouter" repoUrl="https://github.com/mitchelljfs/lambdarouter" badges={[ - { - imgUrl: - "https://godoc.org/github.com/mitchelljfs/lambdarouter?status.svg", - linkUrl: "https://godoc.org/github.com/mitchelljfs/lambdarouter", - alt: "Go Doc" - }, { imgUrl: "https://travis-ci.org/mitchelljfs/lambdarouter.svg?branch=master", @@ -61,17 +49,17 @@ class Projects extends React.PureComponent { }, { imgUrl: - "https://coveralls.io/repos/github/mitchelljfs/lambdarouter/badge.svg?branch=master", + "https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/test_coverage", linkUrl: - "https://coveralls.io/github/mitchelljfs/lambdarouter?branch=master", + "https://codeclimate.com/github/mitchelljfs/lambdarouter/test_coverage", alt: "Code Coverage" }, { imgUrl: - "https://goreportcard.com/badge/github.com/mitchelljfs/lambdarouter", + "https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/maintainability", linkUrl: - "https://goreportcard.com/report/github.com/mitchelljfs/lambdarouter", - alt: "Go Reportcard" + "https://codeclimate.com/github/mitchelljfs/lambdarouter/maintainability", + alt: "Maintainability" } ]} >