Skip to content

Commit a37f4c0

Browse files
committed
Update CHANGELOG.md
Mention the breaking change when `-coverprofile` and `-outputdir` flags are set, but the directory does not exist.
1 parent c0b857d commit a37f4c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## HEAD
22

33
- When using custom reporters register the custom reporters *before* the default reporter. This allows users to see the output of any print statements in their customer reporters. [#365]
4+
- When running a test and calculating the coverage using the `-coverprofile` and `-outputdir` flags, Ginkgo fails with an error if the directory does not exist. This is due to an [issue in go 1.10](https://github.com/golang/go/issues/24588) [#446]
45

56
## 1.4.0 7/16/2017
67

0 commit comments

Comments
 (0)