summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-25 17:07:08 +0200
committerPaul Buetow <paul@buetow.org>2026-03-25 17:07:08 +0200
commit9793ae740a2fc14435b948244fc775214bc50ba7 (patch)
tree62cb9b8e7902bd0bb4ea1307de0928d7c3c8c123 /README.md
parentaf5d8fda8e9527c24036b728aac6d41dbbaf5508 (diff)
docs: Add CI status, coverage, and Go Report Card badges to README
- Added CI status badge (GitHub Actions) - Added coverage badge (from coverage.json) - Added Go Report Card badge Coverage badge shows 80.6% coverage across all packages.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f4de3e..2c40674 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# gt
+[![CI](https://github.com/snonux/gt/actions/workflows/ci.yml/badge.svg)](https://github.com/snonux/gt/actions/workflows/ci.yml)
+[![Coverage](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/snonux/gt/refs/heads/main/coverage.json)](https://github.com/snonux/gt/actions/workflows/ci.yml)
+[![Go Report Card](https://goreportcard.com/badge/codeberg.org/snonux/perc)](https://goreportcard.com/report/codeberg.org/snonux/perc)
+
A simple AI-engineered command-line percentage calculator written in Go.
## Rational Number Mode (Optional)