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.