Skip to content

Releases: Bachmann1234/diff_cover

Version 6.4.0

17 Sep 01:52
v6.4.0
cbbdd79
Compare
Choose a tag to compare
  • Allows passing a root path in for ESLint with --report_root_path
  • Bump pluggy to 1.0
    Thanks @kasium for both of these!

Version 6.3.4

24 Aug 23:48
v6.3.4
9043276
Compare
Choose a tag to compare
  • Ensures tests are in the dist files

Version 6.3.3

20 Aug 02:26
v6.3.3
0af01a5
Compare
Choose a tag to compare
  • Fix issue where files that start with a space will trigger a crash.
  • Fix issue where source dist had a setup.py that would not build properly

Version 6.3.2

19 Aug 20:07
v6.3.2
2207fc9
Compare
Choose a tag to compare
  • Fix issue where untracked files that start with space would trigger a crash. (Thanks
    @kasium) Issue #242

Version 6.3.1

15 Aug 21:42
v6.3.1
419379e
Compare
Choose a tag to compare
  • Fix issue with pylint and windows based file paths (thanks @kasium) Issue
    #237

Version 6.3.0

15 Aug 21:42
v6.3.0
76c326d
Compare
Choose a tag to compare
  • Add support for TOML based file config thanks @kasium!

v6.2.1

08 Aug 15:21
v6.2.1
b9e00bc
Compare
Choose a tag to compare
  • Some minor code refactorings and and attempting to set the long description
    in pypi. Thanks @kasium!

Version 6.2.0

14 Jul 00:17
V6.2.0
79e4cb6
Compare
Choose a tag to compare
  • Adds JSON and Markdown reports for diff-quality Thanks @kasium!

https://pypi.org/project/diff-cover/6.2.0/

Version 6.1.1

09 Jul 20:49
v6.1.1
79b899e
Compare
Choose a tag to compare

7/09/2021 v6.1.1

  • Undoes a change making a implemented method abstract. Turned out existing plugins depended on this.

Version 6.1.0

08 Jul 21:58
v6.1.0
a66af47
Compare
Choose a tag to compare

7/08/2021 v6.1.0

  • New flag --include-untracked to give people the option to run against files that are not being tracked by git currently Thanks @kasium
  • Improved handling when the user provides a report file that does not exist (the app will fail instead of just saying there were no results) Thanks @kasium
  • More progress to moving tests to pytest style tests Thanks @kasium
  • More static analysis clean up. Thanks @kasium again!

Another all @kasium release!

https://pypi.org/project/diff-cover/6.1.0/