From 8667c9f41f3eda6e47238208fcb9111eb5bdcda0 Mon Sep 17 00:00:00 2001 From: Andy Edwards Date: Wed, 13 Sep 2017 15:49:50 -0500 Subject: [PATCH] docs(codecov): fix badge link --- README.md | 2 +- TEMPLATE-README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68da531..16deda8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # es2015-library-skeleton [![Build Status](https://travis-ci.org/jedwards1211/es2015-library-skeleton.svg?branch=master)](https://travis-ci.org/jedwards1211/es2015-library-skeleton) -[![Coverage Status](https://codecov.io/gh/jedwards1211/es2015-library-skeleton/branch/master/graph/badge.svg)](https://codecov.io/gh/jedwards1211/es2015-library-skeleton)] +[![Coverage Status](https://codecov.io/gh/jedwards1211/es2015-library-skeleton/branch/master/graph/badge.svg)](https://codecov.io/gh/jedwards1211/es2015-library-skeleton) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) diff --git a/TEMPLATE-README.md b/TEMPLATE-README.md index 59b8d18..092cdb9 100644 --- a/TEMPLATE-README.md +++ b/TEMPLATE-README.md @@ -1,7 +1,7 @@ # {{ name }} [![Build Status](https://travis-ci.org/{{ organization }}/{{ name }}.svg?branch=master)](https://travis-ci.org/{{ organization }}/{{ name }}) -[![Coverage Status](https://codecov.io/gh/{{ organization }}/{{ name }}/branch/master/graph/badge.svg)](https://codecov.io/gh/{{ organization }}/{{ name }})] +[![Coverage Status](https://codecov.io/gh/{{ organization }}/{{ name }}/branch/master/graph/badge.svg)](https://codecov.io/gh/{{ organization }}/{{ name }}) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)