Sha256: 61c0c50fdf543a69e0cb2f9330eadeea83adda66ab719d1c6f6746ee5486e059

Contents?: true

Size: 970 Bytes

Versions: 7

Compression:

Stored size: 970 Bytes

Contents

### 1.5.0

This is a major release with significant refactoring a stepping stone for a 2.0 release.

* staging a changes.md document!
* refactored out full abstraction for stores
* supports hit counts vs binary covered / not covered for lines
  * this will let you find density of code usage just not if it was used
  * this is a slight performance hit, so you can fall back to the old system if you want `redisstore.new(@redis, array: true)`
  * this is the primary new feature in 1.5.0
* Redis has configurable base name, so I can safely change storage formats between releases
* improved documentation
* supports `SimpleCov.root`
* show files that were never touched
* apply coverband filters to ignore files in report not just collection
* improved test coverage
* improved benchmarks including support for multiple stores ;)

### 1.3.1

* This was a small fix release addressing some issues
* mostly readme updates
* last release prior to having a changes document!

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
coverband-2.0.0.alpha1 changes.md
coverband-2.0.0.alpha changes.md
coverband-1.5.4 changes.md
coverband-1.5.3 changes.md
coverband-1.5.2 changes.md
coverband-1.5.1 changes.md
coverband-1.5.0 changes.md