We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b478eae commit 4317261Copy full SHA for 4317261
CHANGELOG
@@ -1,3 +1,8 @@
1
+07/16/2025 v9.6.0
2
+
3
+* Fixes issue when sending markdown reports to stdout. Thanks @kingbuzzman! [PR 516](https://github.com/Bachmann1234/diff_cover/pull/516)
4
+* Support for github annotations! Thanks @timkrins [PR 432](https://github.com/Bachmann1234/diff_cover/pull/432)
5
6
07/09/2025 v9.5.0
7
8
* Adds clang-format quality check (Thanks @mg-cloud) [PR 511](https://github.com/Bachmann1234/diff_cover/pull/511)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diff_cover"
-version = "9.5.0"
+version = "9.6.0"
description = "Run coverage and linting reports on diffs"
authors = ["See Contributors"]
homepage = "https://github.com/Bachmann1234/diff-cover"
0 commit comments