You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
7
7
### Added
8
8
9
9
*[#761](https://github.com/sebastianbergmann/php-code-coverage/pull/761): Support for Branch Coverage and Path Coverage
10
+
* Named constructors `CodeCoverage::create()`, `CodeCoverage::createWithDriver()`, `CodeCoverage::createWithFilter()`, and `CodeCoverage::createWithDriverAndFilter()`
10
11
11
12
### Changed
12
13
@@ -18,6 +19,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
18
19
*[#754](https://github.com/sebastianbergmann/php-code-coverage/pull/754): Implement collection of raw branch and path coverage
19
20
*[#755](https://github.com/sebastianbergmann/php-code-coverage/pull/755): Implement processing of raw branch and path coverage
20
21
*[#756](https://github.com/sebastianbergmann/php-code-coverage/pull/756): Improve handling of uncovered files
22
+
*`CodeCoverage::__construct()` is now private, use named constructors instead
0 commit comments