From 68ca388d91ee9451d040081f2e856a3338ad6345 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Fri, 15 Nov 2019 00:11:48 +0000 Subject: [PATCH] Update badges --- README.md | 3 +-- packages/pegjs/README.md | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3f1fc9d..f95808b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -![](https://github.com/pegjs/pegjs/workflows/Github%20Actions/badge.svg) +![GitHub Actions](https://github.com/pegjs/pegjs/workflows/Github%20Actions/badge.svg) [![Codecov](https://codecov.io/gh/pegjs/pegjs/branch/master/graph/badge.svg)](https://codecov.io/gh/pegjs/pegjs) [![CodeFactor](https://www.codefactor.io/repository/github/pegjs/pegjs/badge)](https://www.codefactor.io/repository/github/pegjs/pegjs) -[![forum](https://gitq.com/badge.svg)](https://gitq.com/pegjs/pegjs) [![license](https://img.shields.io/badge/license-mit-blue.svg)](https://opensource.org/licenses/MIT) PEG.js is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily. diff --git a/packages/pegjs/README.md b/packages/pegjs/README.md index 1f71ab3..c487f8e 100644 --- a/packages/pegjs/README.md +++ b/packages/pegjs/README.md @@ -1,6 +1,6 @@ -[![Build Status](https://dev.azure.com/pegjs/pegjs/_apis/build/status/Azure%20Pipelines?branchName=master)](https://dev.azure.com/pegjs/pegjs/_build/latest?definitionId=1?branchName=master) -[![coverage](https://img.shields.io/coveralls/github/pegjs/pegjs.svg)](https://coveralls.io/github/pegjs/pegjs) -[![Maintainability](https://api.codeclimate.com/v1/badges/2d1f0313dea3e28e191f/maintainability)](https://codeclimate.com/github/pegjs/pegjs/maintainability) +![GitHub Actions](https://github.com/pegjs/pegjs/workflows/Github%20Actions/badge.svg) +[![Codecov](https://codecov.io/gh/pegjs/pegjs/branch/master/graph/badge.svg)](https://codecov.io/gh/pegjs/pegjs) +[![CodeFactor](https://www.codefactor.io/repository/github/pegjs/pegjs/badge)](https://www.codefactor.io/repository/github/pegjs/pegjs) [![license](https://img.shields.io/badge/license-mit-blue.svg)](https://opensource.org/licenses/MIT) PEG.js is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily.