Skip to content

Releases: Bachmann1234/diff_cover

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)

Relaxing the chardet requirement

11 Mar 00:58
v5.0.1
fc86e80
Compare
Choose a tag to compare

3/10/2021 v5.0.1

  • Removing universal wheels as we do not support python 2 (thanks @nicoddemus)
  • relaxing the requirement for chardet to 3.0

Dropping python 3.5

08 Mar 23:39
v5.0.0
32d6b91
Compare
Choose a tag to compare

Updating this as github was marking a very old version as the latest release.

Going forward ill add notes here but just checkout the CHANGELOG for updates since that last 'release'

v1.0.7

16 Mar 16:20
d6dbf91
Compare
Choose a tag to compare

Fix to #93 Thanks @beaugunderson