Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2026-04-08

### Added
- Shields.io badges in PR comments β€” `for-the-badge` hero badge with dynamic color for coverage/quality percentage
- Threshold pass/fail badge (`flat-square` style) in PR comments
- Per-file colored status icons (🟒 β‰₯90%, 🟑 β‰₯70%, πŸ”΄ <70%)
- Unicode progress bar (`β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘`) alongside the badge
- `badge_color` Jinja2 filter mapping percentage to shields.io color scale
- GitHub Pages documentation site with Schema.org structured data
- `llms.txt` for AI tool discoverability (Claude, ChatGPT, Perplexity)
- GitHub Pages deployment workflow
- GitHub Discussions enabled
- 15 repository topics for discoverability

### Changed
- **Breaking**: PR comment layout completely redesigned β€” comments now use shields.io badges, compact inline metrics, and a new visual hierarchy
- Action name changed to "Diff Cover β€” PR Coverage & Quality Reports"
- Action branding changed from check-circle/green to shield/blue
- Compact inline metric layout replaces table-based metrics in PR comments
- Step summary template redesigned to match new PR comment style
- Integration test now dogfoods the action β€” posts real coverage comments on PRs
- README overhauled with comparison table, badges, "Why This Action?" section, and supported tools table

### Fixed
- Action description trimmed to under 125 characters for GitHub Marketplace compatibility
- Converted from Docker to composite action for faster execution

## [1.1.0] - 2026-04-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Diff Cover β€” PR Coverage & Quality Reports'
description: 'Diff coverage and quality reports for pull requests. PR comments, inline annotations, badges. Supports 13+ linters. No vendor lock-in.'
description: 'Diff coverage and quality reports on pull requests. PR comments, annotations, badges. 13+ linters. No vendor lock-in.'

inputs:
# Mode
Expand Down
Loading