Skip to content

Commit ebb7777

Browse files
committed
CHANGELOG v4.1.2
1 parent 82495f5 commit ebb7777

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

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

9+
## [4.1.2] - 2018-03-21
10+
11+
- Fix `--no-coverage` option introducing errors when running non `run` commands.
12+
- `--no-coverage` option is now available to all phpspec commands (not only
13+
`run`). (#30)
14+
915
## [4.1.1] - 2018-03-19
1016

1117
- Added `--no-coverage` option which can skip code coverage generation during
@@ -80,6 +86,7 @@ as [leanphp/phpspec-code-coverage][0].
8086
- Support configuring a blacklist of files to be excluded from code coverage
8187
reports (`blaclist_files` option).
8288

89+
[4.1.2]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.2
8390
[4.1.1]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.1
8491
[4.1.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.0
8592
[4.0.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.0.0

0 commit comments

Comments
 (0)