We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73369d3 commit c37cdbeCopy full SHA for c37cdbe
CHANGELOG
@@ -1,3 +1,7 @@
1
+11/13/2023 v8.0.1
2
+
3
+* Normalize LCOV source paths [#373](https://github.com/Bachmann1234/diff_cover/pull/373) (Thanks! @matsjoyce-refeyn)
4
5
10/14/2023 v8.0.0
6
7
* Declares python 3.12 support (no code changes required)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diff_cover"
-version = "8.0.0"
+version = "8.0.1"
description = "Run coverage and linting reports on diffs"
authors = ["See Contributors"]
homepage = "https://github.com/Bachmann1234/diff-cover"
0 commit comments