Skip to content

Commit 746a583

Browse files
yhk1038claude
andcommitted
chore: automate CI and coverage badges
Replace hardcoded CI and coverage badges with dynamic ones: - CI: GitHub Actions workflow status badge - Coverage: Codecov badge 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1fe43f9 commit 746a583

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</p>
1010

1111
<p align="center">
12-
<img src="https://img.shields.io/badge/CI-passing-brightgreen" alt="CI: passing" />
12+
<a href="https://github.com/type-ruby/t-ruby/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/type-ruby/t-ruby/ci.yml?label=CI" alt="CI" /></a>
1313
<img src="https://img.shields.io/badge/ruby-3.0+-cc342d" alt="Ruby 3.0+" />
1414
<a href="https://rubygems.org/gems/t-ruby"><img src="https://img.shields.io/gem/v/t-ruby" alt="Gem Version" /></a>
1515
<img src="https://img.shields.io/gem/dt/t-ruby" alt="Downloads" />
16-
<img src="https://img.shields.io/badge/coverage-90%25-brightgreen" alt="Coverage: 90%" />
16+
<a href="https://codecov.io/gh/type-ruby/t-ruby"><img src="https://codecov.io/gh/type-ruby/t-ruby/branch/main/graph/badge.svg" alt="Coverage" /></a>
1717
</p>
1818

1919
<p align="center">

README.ko.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</p>
1010

1111
<p align="center">
12-
<img src="https://img.shields.io/badge/CI-passing-brightgreen" alt="CI: passing" />
12+
<a href="https://github.com/type-ruby/t-ruby/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/type-ruby/t-ruby/ci.yml?label=CI" alt="CI" /></a>
1313
<img src="https://img.shields.io/badge/ruby-3.0+-cc342d" alt="Ruby 3.0+" />
1414
<a href="https://rubygems.org/gems/t-ruby"><img src="https://img.shields.io/gem/v/t-ruby" alt="Gem Version" /></a>
1515
<img src="https://img.shields.io/gem/dt/t-ruby" alt="Downloads" />
16-
<img src="https://img.shields.io/badge/coverage-90%25-brightgreen" alt="Coverage: 90%" />
16+
<a href="https://codecov.io/gh/type-ruby/t-ruby"><img src="https://codecov.io/gh/type-ruby/t-ruby/branch/main/graph/badge.svg" alt="Coverage" /></a>
1717
</p>
1818

1919
<p align="center">

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</p>
1010

1111
<p align="center">
12-
<img src="https://img.shields.io/badge/CI-passing-brightgreen" alt="CI: passing" />
12+
<a href="https://github.com/type-ruby/t-ruby/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/type-ruby/t-ruby/ci.yml?label=CI" alt="CI" /></a>
1313
<img src="https://img.shields.io/badge/ruby-3.0+-cc342d" alt="Ruby 3.0+" />
1414
<a href="https://rubygems.org/gems/t-ruby"><img src="https://img.shields.io/gem/v/t-ruby" alt="Gem Version" /></a>
1515
<img src="https://img.shields.io/gem/dt/t-ruby" alt="Downloads" />
16-
<img src="https://img.shields.io/badge/coverage-90%25-brightgreen" alt="Coverage: 90%" />
16+
<a href="https://codecov.io/gh/type-ruby/t-ruby"><img src="https://codecov.io/gh/type-ruby/t-ruby/branch/main/graph/badge.svg" alt="Coverage" /></a>
1717
</p>
1818

1919
<p align="center">

0 commit comments

Comments
 (0)