From d04885a04ed70925aced47bc31eb17d08c1b8a31 Mon Sep 17 00:00:00 2001 From: gtktsc Date: Mon, 18 Sep 2023 15:21:51 +0200 Subject: [PATCH] ascii-51: add coverage badge --- .github/workflows/{codecov.yaml => ci.yaml} | 0 README.md | 1 + 2 files changed, 1 insertion(+) rename .github/workflows/{codecov.yaml => ci.yaml} (100%) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/ci.yaml similarity index 100% rename from .github/workflows/codecov.yaml rename to .github/workflows/ci.yaml diff --git a/README.md b/README.md index 82416d4..d7c12fd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ![NPM License](https://img.shields.io/npm/l/simple-ascii-chart) ![NPM License](https://img.shields.io/npm/v/simple-ascii-chart) ![npm package minimized gzipped size (select exports)](https://img.shields.io/bundlejs/size/simple-ascii-chart) +![Codecov](https://img.shields.io/codecov/c/github/gtktsc/ascii-chart) **Simple ASCII Chart** is a TypeScript package that allows you to create ASCII charts in your terminal. It operates on two-dimensional input data, supports multiple series, custom colors, and formatters to make your data visualization clear and customizable.