Skip to content

Commit 188d0c9

Browse files
authored
prepare release 2.12.0 (#157)
1 parent 4723b5c commit 188d0c9

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased] - 2025-05-20
88

99
### Added
10-
* Added inputs for disabling failure on decrease when coverage is above a specified limit:
11-
* `coverage-decrease-limit`: Overrides `fail-on-coverage-decrease` when coverage is at least this limit
12-
* `branches-decrease-limit`: Overrides `fail-on-branches-decrease` when branches coverage is at least this limit
1310

1411
### Changed
1512

@@ -19,6 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1916

2017
### Fixed
2118

19+
### Dependencies
20+
21+
### CI/CD
22+
23+
24+
## [2.12.0] - 2025-05-20
25+
26+
### Added
27+
* Added inputs for disabling failure on decrease when coverage is above a specified limit:
28+
* `coverage-decrease-limit`: Overrides `fail-on-coverage-decrease` when coverage is at least this limit
29+
* `branches-decrease-limit`: Overrides `fail-on-branches-decrease` when branches coverage is at least this limit
30+
2231
### Dependencies
2332
* Bump cicirello/pyaction from 4.23.0 to 4.33.0, including upgrading Python to 3.13 within the Docker container of the action.
2433

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ along the lines of the following:
615615
<plugin>
616616
<groupId>org.jacoco</groupId>
617617
<artifactId>jacoco-maven-plugin</artifactId>
618-
<version>0.8.10</version>
618+
<version>0.8.13</version>
619619
<executions>
620620
<execution>
621621
<goals>
@@ -637,7 +637,7 @@ along the lines of the following:
637637

638638
Note that the jacoco-badge-generator action has been tested with
639639
the `jacoco.csv` files generated by `jacoco-maven-plugin` versions
640-
0.8.6 through 0.8.10, and has not been tested with earlier versions
640+
0.8.6 through 0.8.13, and has not been tested with earlier versions
641641
of JaCoCo.
642642

643643
##### Running JaCoCo via Gradle
@@ -707,7 +707,7 @@ You can also use a specific release with:
707707
708708
```yml
709709
- name: Generate JaCoCo Badge
710-
uses: cicirello/jacoco-badge-generator@v2.11.0
710+
uses: cicirello/jacoco-badge-generator@v2.12.0
711711
with:
712712
generate-branches-badge: true
713713
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jacoco-badge-generator"
7-
version = "2.11.0"
7+
version = "2.12.0"
88
authors = [
99
{ name="Vincent A. Cicirello", email="development@cicirello.org" },
1010
]

0 commit comments

Comments
 (0)