Changed badges for mjfs.us and lambdarouter

This commit is contained in:
mitchelljfs 2018-07-25 15:58:55 -07:00
parent cae71c7ae8
commit e7d84af7c7
2 changed files with 12 additions and 21 deletions

View File

@ -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

View File

@ -23,16 +23,10 @@ class Projects extends React.PureComponent<Props> {
},
{
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<Props> {
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<Props> {
},
{
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"
}
]}
>