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 c6feed8 commit 5f26dedCopy full SHA for 5f26ded
CHANGELOG
@@ -1,3 +1,7 @@
1
+06/01/2025 v9.3.2
2
+
3
+* Fix --format with paths containing colons. [PR 484](https://github.com/Bachmann1234/diff_cover/pull/484) thanks @tkukushkin
4
5
05/25/2025 v9.3.1
6
7
* Loosens the python requirement in diff cover so people using it as a dependency are not restricted to one specific python version
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diff_cover"
-version = "9.3.1"
+version = "9.3.2"
description = "Run coverage and linting reports on diffs"
authors = ["See Contributors"]
homepage = "https://github.com/Bachmann1234/diff-cover"
0 commit comments