Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kover-maven-plugin to v0.9.0 (#…
Browse files Browse the repository at this point in the history
…44)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.jetbrains.kotlinx:kover-maven-plugin](https://redirect.github.com/Kotlin/kotlinx-kover)
| `0.9.0-RC` -> `0.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:kover-maven-plugin/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlinx:kover-maven-plugin/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlinx:kover-maven-plugin/0.9.0-RC/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx:kover-maven-plugin/0.9.0-RC/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Kotlin/kotlinx-kover
(org.jetbrains.kotlinx:kover-maven-plugin)</summary>

###
[`v0.9.0`](https://redirect.github.com/Kotlin/kotlinx-kover/blob/HEAD/CHANGELOG.md#090--2024-12-12)

\===================

#### Kover Gradle Plugin

##### Features

- [`#645`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/645)
Added ability to supplement coverage values from external binary reports
- [`#673`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/673)
Implemented ability to specify instrumentation include filter

##### Bugfixes

- [`#678`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/678)
Added USAGE attribute to all Kover configurations
- [`#666`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/666)
Replaced JaCoCo ant-calls with programmatic calls of JaCoCo's classes

#### Kover Aggregation Plugin

##### Features

-   Made class KoverSettingsGradlePlugin from aggregated plugin public
-   Implemented verification in Kover Aggregated Plugin
-   Added ability to skip projects
- Added ability to limit instrumented class globally and locally in a
project
- Added ability to exclude test task from instrumentation in a project
config
-   Implement feature to check verification rule on every project

##### Bugfixes

-   Fixed bug with non-existing binary report files

#### Kover CLI

##### Features

- [`#677`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/677)
Implemented merging of binary reports in Kover CLI and Kover Features

##### Bugfixes

- [`#709`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/709)
Fixed offline instrumentation of jar files
-   Fixed skipping some classes during offline instrumentation

#### Kover JVM Agent

##### Bugfixes

-   Fixed JVM agent arguments parsing to support include filter

##### Documentation

- [`#660`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/660)
Fixed mistake in JVM agent docs

#### Kover Maven Plugin

##### Documentation

- [`#658`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/658)
Fixed documentation about Maven plugin
- [`#701`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/701)
Fixed warning for empty Kotlin plugin configuration

#### Changelog relative to version `0.9.0-RC`

##### Kover Aggregation Plugin

-   Fixed bug with non-existing binary report files
-   Added ability to skip projects
- Added ability to limit instrumented class globally and locally in a
project
- Added ability to exclude test task from instrumentation in a project
config
-   Implement feature to check verification rule on every project

##### Kover Maven Plugin

- [`#701`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/701)
Fixed warning for empty Kotlin plugin configuration

##### Kover CLI

- [`#709`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/709)
Fixed offline instrumentation of jar files
-   Fixed skipping some classes during offline instrumentation

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kpavlov/langchain4j-kotlin).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent f871104 commit e042215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<plugin>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kover-maven-plugin</artifactId>
<version>0.9.0-RC</version>
<version>0.9.0</version>
<extensions>true</extensions>
</plugin>
<plugin>
Expand Down

0 comments on commit e042215

Please sign in to comment.