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 cdd1f36 commit 47bee82Copy full SHA for 47bee82
CHANGELOG
@@ -1,3 +1,7 @@
1
+11/10/2025 v9.7.2
2
+
3
+* Fix file path issue on windows. Thanks @amos-chen [PR 553](https://github.com/Bachmann1234/diff_cover/pull/553/files)
4
5
09/25/2025 v9.7.1
6
7
* Revert the change to attempt to support ruff >=0.12.9 (@YeeaahMan caught the error)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diff_cover"
-version = "9.7.1"
+version = "9.7.2"
description = "Run coverage and linting reports on diffs"
authors = ["See Contributors"]
homepage = "https://github.com/Bachmann1234/diff-cover"
0 commit comments