File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6/24/2021 v5.4.0
2
+
3
+ * Some tweaks to the readme
4
+ * Changes to how flake8 is parsed allowing diff_quality to support error codes that dont conform to the suggested 3 letter 3 digit form
5
+ * Adds option to show snippets in the console report to help provide context for violations
6
+ * Some tests migrated from unit test's class based approach to pytests functional approach
7
+
8
+ All of these are due to @kasium Thanks for all you have done to this point!
9
+
1
10
6/22/2021 v5.3.0
2
11
3
12
* Adds 'num_changed_lines' to json report. Thanks @kasium https://github.com/Bachmann1234/diff_cover/issues/170
Original file line number Diff line number Diff line change 1
1
# This file is imported in setup.py and cannot use any external dependencies
2
2
3
- VERSION = "5.3 .0"
3
+ VERSION = "5.4 .0"
4
4
DESCRIPTION = "Automatically find diff lines that need test coverage."
5
5
QUALITY_DESCRIPTION = "Automatically find diff lines with quality violations."
You can’t perform that action at this time.
0 commit comments