mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-07-01 16:56:08 +00:00
Changed badges for mjfs.us and lambdarouter
This commit is contained in:
parent
cae71c7ae8
commit
e7d84af7c7
|
@ -1,4 +1,7 @@
|
|||
# mjfs.us [](https://github.com/prettier/prettier) [](https://travis-ci.org/mitchelljfs/mjfs.us) [](https://app.codacy.com/project/mitchelljfs/mjfs.us/dashboard)
|
||||
# mjfs.us
|
||||
[](https://travis-ci.org/mitchelljfs/mjfs.us)
|
||||
[](https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability)
|
||||
[](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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue