Skip to content

Commit 0ef402b

Browse files
authored
Add Codecov Badge (#83)
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
1 parent f3d2893 commit 0ef402b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Chartlets
22

33
[![CI](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml)
4+
[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg&flags=frontend)](https://codecov.io/gh/bcdev/chartlets)
45
[![npm](https://badge.fury.io/js/chartlets.svg)](https://npmjs.org/package/chartlets)
56

67
[![CI](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml)
8+
[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg&flags=backend)](https://codecov.io/gh/bcdev/chartlets)
79
[![PyPI](https://img.shields.io/pypi/v/chartlets)](https://pypi.org/project/chartlets/)
810

911
Chartlets is a software framework that allows websites developed with

chartlets.js/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Chartlets
22

33
[![CI](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml)
4+
[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg&flags=frontend)](https://codecov.io/gh/bcdev/chartlets)
45
[![npm](https://badge.fury.io/js/chartlets.svg)](https://npmjs.org/package/chartlets)
56
![](https://img.shields.io/badge/Linting-TypeScript%20%26%20Prettier-blue?logo=typescript&logoColor=white)
67

chartlets.py/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Chartlets
22

33
[![CI](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml)
4+
[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg&flags=backend)](https://codecov.io/gh/bcdev/chartlets)
45
[![PyPI](https://img.shields.io/pypi/v/chartlets)](https://pypi.org/project/chartlets/)
56
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
67

0 commit comments

Comments
 (0)