File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ documented in this file.
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
7
7
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
8
8
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
+
9
15
## [ 4.1.1] - 2018-03-19
10
16
11
17
- Added ` --no-coverage ` option which can skip code coverage generation during
@@ -80,6 +86,7 @@ as [leanphp/phpspec-code-coverage][0].
80
86
- Support configuring a blacklist of files to be excluded from code coverage
81
87
reports (` blaclist_files ` option).
82
88
89
+ [ 4.1.2 ] : https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.2
83
90
[ 4.1.1 ] : https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.1
84
91
[ 4.1.0 ] : https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.0
85
92
[ 4.0.0 ] : https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.0.0
You can’t perform that action at this time.
0 commit comments