Releases: Bachmann1234/diff_cover
Releases · Bachmann1234/diff_cover
v6.0.0
- 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
7/03/2021 v5.5.0
- Migrate more stuff to pytest
- Multiple reports can now be generated at once
Version 5.4.0
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
Version 5.2.0
v5.1.2
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
Version 5.1.0
Relaxing the chardet requirement
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
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'