Skip to content

Releases: Bachmann1234/diff_cover

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!

Version 5.3.0

22 Jun 22:40
v5.3.0
08c690c
Compare
Choose a tag to compare

6/22/2021 v5.3.0

  • Adds 'num_changed_lines' to json report. Thanks @kasium #170

Version 5.2.0

18 Jun 19:49
v5.2.0
077e46d
Compare
Choose a tag to compare

6/18/2021 v5.2.0

  • Adds 'quiet mode' which will only print errors and failures. Flag -q thanks @kasium #160

  • Several internal improvement to tools and configs. Thanks @kasium !

v5.1.2

29 May 20:42
v5.1.2
8e4f773
Compare
Choose a tag to compare

5/29/2021 v5.1.2

  • Fixes a bug where clover reports were not counting conditionals (Thanks for ZSmallX providing a detailed report that made fixing this easy) (#190)
  • Switch to github actions for CI as I ran out of free credits for travis and this job does not pay
  • Drop 'official' support for pypy3. I don't really have any reason to think pypy wont work for this project and I wanted to simplify my ci builds.

v5.1.1

11 May 13:05
v5.1.1
3c6307a
Compare
Choose a tag to compare
  • Bug fix to in include's functionality around absolute vs reletive paths (Thanks @kasium #187)
  • Some pylint fixes (Thanks @kasium #186)

Version 5.1.0

10 May 03:12
v5.1.0
69c350a
Compare
Choose a tag to compare

Add the --includes option for diff-quality (Thanks @kasium #184)