Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
php-codecoverage
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian PHP Team
PEAR
php-codecoverage
Commits
0ce76cf0
Unverified
Commit
0ce76cf0
authored
3 months ago
by
Sebastian Bergmann
Browse files
Options
Downloads
Patches
Plain Diff
Prepare release
parent
60ca2905
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog-12.1.md
+2
-2
2 additions, 2 deletions
ChangeLog-12.1.md
src/Version.php
+1
-1
1 addition, 1 deletion
src/Version.php
with
3 additions
and
3 deletions
ChangeLog-12.1.md
+
2
−
2
View file @
0ce76cf0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
All notable changes are documented in this file using the
[
Keep a CHANGELOG
](
http://keepachangelog.com/
)
principles.
All notable changes are documented in this file using the
[
Keep a CHANGELOG
](
http://keepachangelog.com/
)
principles.
## [12.1.1] - 2025-
MM-DD
## [12.1.1] - 2025-
04-03
### Fixed
### Fixed
...
@@ -14,5 +14,5 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
...
@@ -14,5 +14,5 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
*
`CacheWarmer::warmCache()`
now returns the number of cache hits and cache misses
*
`CacheWarmer::warmCache()`
now returns the number of cache hits and cache misses
[
12.1.1
]:
https://github.com/sebastianbergmann/php-code-coverage/compare/12.1.0...
main
[
12.1.1
]:
https://github.com/sebastianbergmann/php-code-coverage/compare/12.1.0...
12.1.1
[
12.1.0
]:
https://github.com/sebastianbergmann/php-code-coverage/compare/12.0.5...12.1.0
[
12.1.0
]:
https://github.com/sebastianbergmann/php-code-coverage/compare/12.0.5...12.1.0
This diff is collapsed.
Click to expand it.
src/Version.php
+
1
−
1
View file @
0ce76cf0
...
@@ -19,7 +19,7 @@ final class Version
...
@@ -19,7 +19,7 @@ final class Version
public
static
function
id
():
string
public
static
function
id
():
string
{
{
if
(
self
::
$version
===
''
)
{
if
(
self
::
$version
===
''
)
{
self
::
$version
=
(
new
VersionId
(
'12.1.
0
'
,
dirname
(
__DIR__
)))
->
asString
();
self
::
$version
=
(
new
VersionId
(
'12.1.
1
'
,
dirname
(
__DIR__
)))
->
asString
();
}
}
return
self
::
$version
;
return
self
::
$version
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment