Skip to content

Releases: Bachmann1234/diff_cover

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/

v6.0.0

04 Jul 16:31
v6.0.0
4c9db24
Compare
Choose a tag to compare
  • As github, gitlab, and git itself have been changing their default branch to main this release changes the default 'compare-branch' to 'main' as well. If your project is using 'master' as a default branch add the following to your build --compare-branch origin/master

v5.5.0

03 Jul 14:45
v5.5.0
f7875a1
Compare
Choose a tag to compare

7/03/2021 v5.5.0

  • Migrate more stuff to pytest
  • Multiple reports can now be generated at once

Version 5.4.0

24 Jun 22:51
v5.4.0
8e0fa7e
Compare
Choose a tag to compare

6/24/2021 v5.4.0

  • Some tweaks to the readme
  • Changes to how flake8 is parsed allowing diff_quality to support error codes that dont conform to the suggested 3 letter 3 digit form
  • Adds option to show snippets in the console report to help provide context for violations
  • Some tests migrated from unit test's class based approach to pytests functional approach

All of these are due to @kasium Thanks for all you have done to this point!