File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ ### Coverband 6.1.5
2+
3+ * add testing for ruby-head
4+ * drop support for older Ruby and Rails version as matching our policy
5+ * remove ostruct as it is no longer in ruby-head
6+ * fix issue requiring base64 to be added to folks gem files
7+ * added support for track_key method allowing for code to specifically mark things tracked
8+ * improvements to CI thanks ydah
9+ * Update README to include functionality details for "Coverage first seen" and "Last activity recorded" thanks juanarevalo
10+ * fixes for Rack 3 - thanks Aaron Pfeifer
11+ * Do not mark single-line and empty methods as dead - fatkodima
12+ * fix on clear_trackers rake task
13+ * Consider eager loaded code too when detecting dead methods - fatkodima
14+
115### Coverband 6.1.4
216
317* fix on ignoring to many view files thx @fatkodima
Original file line number Diff line number Diff line change 55# use format "4.2.1.rc.1" ~> 4.2.1.rc to prerelease versions like v4.2.1.rc.2 and v4.2.1.rc.3
66###
77module Coverband
8- VERSION = "6.1.4 "
8+ VERSION = "6.1.5 "
99end
You can’t perform that action at this time.
0 commit comments