Skip to content

Commit 1098907

Browse files
committed
Bugfix: don't try to activate coverage in container
1 parent 63c1396 commit 1098907

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 14.4.4 - 2023-11-17
9+
10+
### Changed
11+
12+
* Bugfix: check for the presence of the spec directory before
13+
conditionally activating code coverage
14+
815
## 14.4.3 - 2023-11-17
916

1017
### Changed

lib/imap/backup/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Imap; end
33
module Imap::Backup
44
MAJOR = 14
55
MINOR = 4
6-
REVISION = 3
6+
REVISION = 4
77
PRE = nil
88
VERSION = [MAJOR, MINOR, REVISION, PRE].compact.map(&:to_s).join(".")
99
end

0 commit comments

Comments
 (0)