From 71efa7f6c0d667e31098a1f059181660012d6696 Mon Sep 17 00:00:00 2001 From: b-yogesh Date: Mon, 16 Dec 2024 12:49:08 +0100 Subject: [PATCH 1/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a121f20..9cb8211b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Chartlets [![CI](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml) +[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg)](https://codecov.io/gh/bcdev/chartlets/chartlets.js/packages/lib) [![npm](https://badge.fury.io/js/chartlets.svg)](https://npmjs.org/package/chartlets) [![CI](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml) +[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg)](https://codecov.io/gh/bcdev/chartlets/chartlets.py/chartlets) [![PyPI](https://img.shields.io/pypi/v/chartlets)](https://pypi.org/project/chartlets/) Chartlets is a software framework that allows websites developed with From 5475a16ec71e631059eaa3f86f86400f8ebe1b3f Mon Sep 17 00:00:00 2001 From: b-yogesh Date: Mon, 16 Dec 2024 12:50:13 +0100 Subject: [PATCH 2/6] Update README.md --- chartlets.js/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chartlets.js/README.md b/chartlets.js/README.md index 9d5a46db..49cd4732 100644 --- a/chartlets.js/README.md +++ b/chartlets.js/README.md @@ -1,6 +1,7 @@ # Chartlets [![CI](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml) +[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg)](https://codecov.io/gh/bcdev/chartlets/chartlets.js/packages/lib) [![npm](https://badge.fury.io/js/chartlets.svg)](https://npmjs.org/package/chartlets) ![](https://img.shields.io/badge/Linting-TypeScript%20%26%20Prettier-blue?logo=typescript&logoColor=white) From b8cc33369347c7ebd23dee00a67306d0a9863de2 Mon Sep 17 00:00:00 2001 From: b-yogesh Date: Mon, 16 Dec 2024 12:50:40 +0100 Subject: [PATCH 3/6] Update README.md --- chartlets.py/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chartlets.py/README.md b/chartlets.py/README.md index 4ae41c19..84fbcfa2 100644 --- a/chartlets.py/README.md +++ b/chartlets.py/README.md @@ -1,6 +1,7 @@ # Chartlets [![CI](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml) +[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg)](https://codecov.io/gh/bcdev/chartlets/chartlets.py/chartlets) [![PyPI](https://img.shields.io/pypi/v/chartlets)](https://pypi.org/project/chartlets/) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) From 7826af1473cb5906911f2b697bebdd70226f43f4 Mon Sep 17 00:00:00 2001 From: b-yogesh Date: Mon, 16 Dec 2024 16:08:38 +0100 Subject: [PATCH 4/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cb8211b..dcec6b98 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Chartlets [![CI](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml) -[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg)](https://codecov.io/gh/bcdev/chartlets/chartlets.js/packages/lib) +[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg&flags=frontend)](https://codecov.io/gh/bcdev/chartlets) [![npm](https://badge.fury.io/js/chartlets.svg)](https://npmjs.org/package/chartlets) [![CI](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml) -[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg)](https://codecov.io/gh/bcdev/chartlets/chartlets.py/chartlets) +[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg&flags=backend)](https://codecov.io/gh/bcdev/chartlets) [![PyPI](https://img.shields.io/pypi/v/chartlets)](https://pypi.org/project/chartlets/) Chartlets is a software framework that allows websites developed with From bd401564d89defa1720fa9f1419df13b3ab1b3d4 Mon Sep 17 00:00:00 2001 From: b-yogesh Date: Mon, 16 Dec 2024 16:09:11 +0100 Subject: [PATCH 5/6] Update README.md --- chartlets.js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chartlets.js/README.md b/chartlets.js/README.md index 49cd4732..9e344392 100644 --- a/chartlets.js/README.md +++ b/chartlets.js/README.md @@ -1,7 +1,7 @@ # Chartlets [![CI](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml) -[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg)](https://codecov.io/gh/bcdev/chartlets/chartlets.js/packages/lib) +[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg&flags=frontend)](https://codecov.io/gh/bcdev/chartlets) [![npm](https://badge.fury.io/js/chartlets.svg)](https://npmjs.org/package/chartlets) ![](https://img.shields.io/badge/Linting-TypeScript%20%26%20Prettier-blue?logo=typescript&logoColor=white) From 3c302ed68cc1d445693b77ceaf3f6eb186df6f9e Mon Sep 17 00:00:00 2001 From: b-yogesh Date: Mon, 16 Dec 2024 16:10:04 +0100 Subject: [PATCH 6/6] Update README.md --- chartlets.py/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chartlets.py/README.md b/chartlets.py/README.md index 84fbcfa2..85ff3d55 100644 --- a/chartlets.py/README.md +++ b/chartlets.py/README.md @@ -1,7 +1,7 @@ # Chartlets [![CI](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml) -[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg)](https://codecov.io/gh/bcdev/chartlets/chartlets.py/chartlets) +[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg&flags=backend)](https://codecov.io/gh/bcdev/chartlets) [![PyPI](https://img.shields.io/pypi/v/chartlets)](https://pypi.org/project/chartlets/) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)