We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84643a commit dacb4acCopy full SHA for dacb4ac
CHANGELOG
@@ -1,3 +1,7 @@
1
+01/30/2025 v9.2.2
2
+
3
+* Fix files only covered by one LCOV report showing 100% coverage [PR #433](https://github.com/Bachmann1234/diff_cover/pull/433) Thanks @matsjoyce-refeyn!
4
5
12/13/2024 v9.2.1
6
7
* Adds python 3.13 support [PR #427](https://github.com/Bachmann1234/diff_cover/pull/427) Thanks @ssbarnea
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diff_cover"
-version = "9.2.1"
+version = "9.2.2"
description = "Run coverage and linting reports on diffs"
authors = ["See Contributors"]
homepage = "https://github.com/Bachmann1234/diff-cover"
0 commit comments