-
Notifications
You must be signed in to change notification settings - Fork 0
Update plugin org.jetbrains.kotlinx.kover to v0.9.4 #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/org.jetbrains.kotlinx.kover-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69638d3 to
1f1286f
Compare
ee870d7 to
444ab03
Compare
b6f930f to
2c2a9a8
Compare
hopeman15
approved these changes
Nov 1, 2024
24c5589 to
b6d8245
Compare
c6aa7a6 to
a0ee2c0
Compare
a0ee2c0 to
53798f3
Compare
36d0cc2 to
1188b37
Compare
104ed7d to
3eed7c2
Compare
cf30677 to
abcdf6b
Compare
a6c58c9 to
b517a8f
Compare
531f4fe to
a5b26ae
Compare
d5e4528 to
9754bfb
Compare
40abd50 to
c6faf98
Compare
0a59cfd to
20bdf59
Compare
20bdf59 to
2ae2c95
Compare
a92fdd1 to
c92dd4d
Compare
c92dd4d to
cd79b5d
Compare
cd79b5d to
a83648f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7.6→0.9.4Release Notes
Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)
v0.9.4===================
Kover Gradle Plugin
Bugfixes
#776Added support for Android Gradle Plugin 9.0.0v0.9.3===================
Kover Gradle Plugin
Bugfixes
#759Fixed locating of host tests for the multiplatform Android library#766Fixed support of KSP pluginBuild features
9.1.0v0.9.2===================
Kover Gradle Plugin
Features
#748Disable caching for KoverAgentJarTaskBugfixes
#747Added support for KMP Android library pluginv0.9.1===================
Kover Gradle Plugin
Features
#714Added ability to specify inclusion filter for source setsBugfixes
#716Fixed Gradle 9.0 migration issue#721Fixed creation of Kover Agent arguments filev0.9.0===================
Kover Gradle Plugin
Features
#645Added ability to supplement coverage values from external binary reports#673Implemented ability to specify instrumentation include filterBugfixes
#678Added USAGE attribute to all Kover configurations#666Replaced JaCoCo ant-calls with programmatic calls of JaCoCo's classesKover Aggregation Plugin
Features
Bugfixes
Kover CLI
Features
#677Implemented merging of binary reports in Kover CLI and Kover FeaturesBugfixes
#709Fixed offline instrumentation of jar filesKover JVM Agent
Bugfixes
Documentation
#660Fixed mistake in JVM agent docsKover Maven Plugin
Documentation
#658Fixed documentation about Maven plugin#701Fixed warning for empty Kotlin plugin configurationChangelog relative to version
0.9.0-RCKover Aggregation Plugin
Kover Maven Plugin
#701Fixed warning for empty Kotlin plugin configurationKover CLI
#709Fixed offline instrumentation of jar filesv0.8.3===================
Kover Aggregation Plugin
Kover Maven Plugin
#51Implemented Kover Maven Pluginv0.8.2===================
Kover Aggregation Plugin
Implemented prototype of Kover Aggregation Plugin - an alternative to the existing Kover Gradle Plugin, it makes it easier to set up a configuration and collect coverage reactively, depending on the compilation and test tasks running.
This is not a production-ready plugin, it is in an incubation state.
Please refer to the GitHub issue and documentation for details.
Kover Gradle Plugin
Bugfixes
#621Fixed coverage evaluation for enum in K2#633Fix issue with identical cache keys between projects#613Fixed JaCoCo error: Can't add different class with same name#601Fixed support of Compose functions#646Fixed reusing of configuration cache#628Fixed coverage evaluation of try-finally and try-with-resources for Java codeFeatures
v0.8.1===================
Kover Gradle Plugin
Features
#600Apply recommendations for improving DSLBugfixes
#610FixedKoverCriticalExceptionwith a certain order of applying of pluginsv0.8.0===================
This release introduces DSL rework to simplify the work with Android build variants, adds the possibility of lazy configuration, allows for the creation of custom report variants, and expands the ability of reports filtering.
It is incompatible with the previous version, and we provide best-effort migration assistance as well as the migration guide.
Kover Gradle Plugin
Features
#461Implemented DSL revision 4#410Add possibility of lazy configuration of Kover extensions#462Redesign the concept of default reports#463Add the ability to create custom report variants#338Create an interface for Kover tasks#66Added support for the publishing plugin to Gradle Plugin Portal#466Implemented multi-project shortcuts#339Implemented warn on verification error#572Added DslMarker to Kover public interfaces#570Added overload for functions of KoverVariantCreateConfig#590Expose reportDir property in KoverHtmlReport interface#587Added property variantName to KoverReport interface#584Added project filter for reports#274Allow for classes to be Included by annotation#454Added a report filter by parent class or interfaceBugfixes
#557Changed log level for print coverage task#520Fixed error: Kover requires extension with name 'androidComponents'Internal features
#567Used compile dependency to Kover Features in Kover Gradle PluginDocumentation
#531Added explanations about applying of the plugin#486Increased the readability of the Kover documentationKover JVM Agent
Features
#464Repacked the intellij-agent artifact to kover-jvm-agentBugfixes
#583Excluded from report companion objects with only constants#548Fixed coverage drop in case of using different classloaders for same classChangelog relative to version
0.8.0-Beta2Kover Gradle Plugin
Features
#590Expose reportDir property in KoverHtmlReport interface#587Added property variantName to KoverReport interface#584Added project filter for reports#274Allow for classes to be Included by annotation#454Added a report filter by parent class or interfaceDocumentation
#486Increased the readability of the Kover documentation for 0.8.0Kover JVM Agent
Bugfixes
#583Excluded from report companion objects with only constants#548Fixed coverage drop in case of using different classloaders for same classConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.