Skip to content

v2.1.1

Latest

Choose a tag to compare

@Affanmir Affanmir released this 23 Jun 09:48
· 0 commits to d357fba5e94cf4032947df9b3a1f1eab617aa4ca since this release

What's Changed in v2.1.1

A patch release — fully backward compatible with v2.1.0. Stay on @v2 or bump your pin; no input/output changes.

🐛 Fixed

Markdown tables now render correctly in PR comments and step summaries. The per-file coverage/quality tables emitted a blank line right after the header-separator row, which broke the table layout on GitHub (rows showed as raw text instead of a table). Thanks @DavidDeSloovere for the fix. (#13, fixes #11)

🧰 Developer experience

  • Dev Container configuration (.devcontainer/) for a one-command, reproducible Python development environment. (#12)

📝 Documentation

  • New Quickstart section, an honest comparison against alternative tools, and expanded community-standards files (Code of Conduct, Security Policy). (#8)

Upgrading

No action required — fully backward compatible:

- uses: Affanmir/diff-cover-action@v2     # tracks v2.x, now v2.1.1
# or pin exactly
- uses: Affanmir/diff-cover-action@v2.1.1

Full Changelog: v2.1.0...v2.1.1