File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ 09/23/2025 v9.7.0
2+
3+ * Adds the work @kingbuzzman did to support windows!
4+ * Fixes a bug where deleted files were not benig handled properly (thanks @CliveCorbishleyTAL
5+ )
6+ * Adds a mypy driver for diff_quality (thanks @YeeaaahMan)
7+ * Fixes ruff >=0.12.9 support (thanks again @YeeaaahMan)
8+
9+ Some internal items
10+
11+ * Fixing various pilint errors in the codebase (thanks again @kingbuzzman)
12+ * Moves flake8 config into pyproject (Thanks @kingbuzzman)
13+ * CI test performance improvements (thanks @kingbuzzman)
14+
11507/16/2025 v9.6.0
216
317* Fixes issue when sending markdown reports to stdout. Thanks @kingbuzzman! [PR 516](https://github.com/Bachmann1234/diff_cover/pull/516)
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " diff_cover"
3- version = " 9.6 .0"
3+ version = " 9.7 .0"
44description = " Run coverage and linting reports on diffs"
55authors = [" See Contributors" ]
66homepage = " https://github.com/Bachmann1234/diff-cover"
You can’t perform that action at this time.
0 commit comments