Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Commit

Permalink
docs: Add coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDrodt committed Aug 6, 2018
1 parent d40f42d commit 2d70bfb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Molecule · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Molecule-JS/MoleculeJS/blob/master/LICENSE) [![npm version](https://badge.fury.io/js/%40moleculejs%2Fmolecule.svg)](https://badge.fury.io/js/%40moleculejs%2Fmolecule) [![Build Status](https://travis-ci.org/Molecule-JS/MoleculeJS.svg?branch=master)](https://travis-ci.org/Molecule-JS/MoleculeJS) [![Greenkeeper badge](https://badges.greenkeeper.io/Molecule-JS/MoleculeJS.svg)](https://greenkeeper.io/)
# Molecule · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Molecule-JS/MoleculeJS/blob/master/LICENSE) [![codecov](https://codecov.io/gh/Molecule-JS/MoleculeJS/branch/master/graph/badge.svg)](https://codecov.io/gh/Molecule-JS/MoleculeJS) [![npm version](https://badge.fury.io/js/%40moleculejs%2Fmolecule.svg)](https://badge.fury.io/js/%40moleculejs%2Fmolecule) [![Build Status](https://travis-ci.org/Molecule-JS/MoleculeJS.svg?branch=master)](https://travis-ci.org/Molecule-JS/MoleculeJS) [![Greenkeeper badge](https://badges.greenkeeper.io/Molecule-JS/MoleculeJS.svg)](https://greenkeeper.io/)

## Overview

Expand Down
3 changes: 3 additions & 0 deletions packages/molecule-jsx/README.md
Expand Up @@ -4,6 +4,9 @@

<p align="center">
<a href="https://travis-ci.org/Molecule-JS/MoleculeJS"><img src="https://travis-ci.org/Molecule-JS/MoleculeJS.svg?branch=master" alt="Build Status"></a>
<a href="https://codecov.io/gh/Molecule-JS/MoleculeJS">
<img src="https://codecov.io/gh/Molecule-JS/MoleculeJS/branch/master/graph/badge.svg" alt="Coverage">
</a>
<a href="https://www.npmjs.com/package/@moleculejs/molecule-jsx"><img src="https://badge.fury.io/js/%40moleculejs%2Fmolecule-jsx.svg" alt="Version"></a>
<a href="https://github.com/Molecule-JS/MoleculeJS/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
<a href="https://greenkeeper.io/"><img src="https://badges.greenkeeper.io/Molecule-JS/MoleculeJS.svg" alt="Greenkeeper badge"></a>
Expand Down
3 changes: 3 additions & 0 deletions packages/molecule-lit-extended/README.md
Expand Up @@ -4,6 +4,9 @@

<p align="center">
<a href="https://travis-ci.org/Molecule-JS/MoleculeJS"><img src="https://travis-ci.org/Molecule-JS/MoleculeJS.svg?branch=master" alt="Build Status"></a>
<a href="https://codecov.io/gh/Molecule-JS/MoleculeJS">
<img src="https://codecov.io/gh/Molecule-JS/MoleculeJS/branch/master/graph/badge.svg" alt="Coverage">
</a>
<a href="https://www.npmjs.com/package/@moleculejs/molecule-lit-extended"><img src="https://badge.fury.io/js/%40moleculejs%2Fmolecule-lit-extended.svg" alt="Version"></a>
<a href="https://github.com/Molecule-JS/MoleculeJS/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
<a href="https://greenkeeper.io/"><img src="https://badges.greenkeeper.io/Molecule-JS/MoleculeJS.svg" alt="Greenkeeper badge"></a>
Expand Down
3 changes: 3 additions & 0 deletions packages/molecule-lit/README.md
Expand Up @@ -4,6 +4,9 @@

<p align="center">
<a href="https://travis-ci.org/Molecule-JS/MoleculeJS"><img src="https://travis-ci.org/Molecule-JS/MoleculeJS.svg?branch=master" alt="Build Status"></a>
<a href="https://codecov.io/gh/Molecule-JS/MoleculeJS">
<img src="https://codecov.io/gh/Molecule-JS/MoleculeJS/branch/master/graph/badge.svg" alt="Coverage">
</a>
<a href="https://www.npmjs.com/package/@moleculejs/molecule-lit"><img src="https://badge.fury.io/js/%40moleculejs%2Fmolecule-lit.svg" alt="Version"></a>
<a href="https://github.com/Molecule-JS/MoleculeJS/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
<a href="https://greenkeeper.io/"><img src="https://badges.greenkeeper.io/Molecule-JS/MoleculeJS.svg" alt="Greenkeeper badge"></a>
Expand Down
3 changes: 3 additions & 0 deletions packages/molecule/README.md
Expand Up @@ -4,6 +4,9 @@

<p align="center">
<a href="https://travis-ci.org/Molecule-JS/MoleculeJS"><img src="https://travis-ci.org/Molecule-JS/MoleculeJS.svg?branch=master" alt="Build Status"></a>
<a href="https://codecov.io/gh/Molecule-JS/MoleculeJS">
<img src="https://codecov.io/gh/Molecule-JS/MoleculeJS/branch/master/graph/badge.svg" alt="Coverage">
</a>
<a href="https://www.npmjs.com/package/@moleculejs/molecule"><img src="https://badge.fury.io/js/%40moleculejs%2Fmolecule.svg" alt="Version"></a>
<a href="https://github.com/Molecule-JS/MoleculeJS/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
<a href="https://greenkeeper.io/"><img src="https://badges.greenkeeper.io/Molecule-JS/MoleculeJS.svg" alt="Greenkeeper badge"></a>
Expand Down

0 comments on commit 2d70bfb

Please sign in to comment.