Skip to content

Commit

Permalink
Version v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachmann1234 committed May 29, 2021
1 parent c16c8e7 commit 8e4f773
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
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) (https://github.com/Bachmann1234/diff_cover/issues/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.

5/11/2021 v5.1.1

* Bug fix to in include's functionality around absolute vs reletive paths (Thanks @Kasium https://github.com/Bachmann1234/diff_cover/pull/187)
Expand Down
2 changes: 1 addition & 1 deletion diff_cover/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is imported in setup.py and cannot use any external dependencies

VERSION = "5.1.1"
VERSION = "5.1.2"
DESCRIPTION = "Automatically find diff lines that need test coverage."
QUALITY_DESCRIPTION = "Automatically find diff lines with quality violations."

0 comments on commit 8e4f773

Please sign in to comment.