laravel-tinker
laravel-tinker copied to clipboard
chore(deps): bump org.jetbrains.kotlinx.kover from 0.7.3 to 0.7.5
Bumps org.jetbrains.kotlinx.kover from 0.7.3 to 0.7.5.
Release notes
Sourced from org.jetbrains.kotlinx.kover's releases.
0.7.5
Kover Gradle Plugin
Features
[#503](https://github.com/Kotlin/kotlinx-kover/issues/503)Introduced Offline Runtime API for saving binary reportBugfixes
[#478](https://github.com/Kotlin/kotlinx-kover/issues/478)Added Kover dependency check[#451](https://github.com/Kotlin/kotlinx-kover/issues/451)Skip Kotlin object if it is containing only constants[#459](https://github.com/Kotlin/kotlinx-kover/issues/459)Fixed applying of the root verification rules[#489](https://github.com/Kotlin/kotlinx-kover/issues/489)Fixed adding data to an already existing binary report file0.7.4
Kover Gradle Plugin
Features
[#441](https://github.com/Kotlin/kotlinx-kover/issues/441)Added support for Android dynamic feature pluginsBugfixes
[#440](https://github.com/Kotlin/kotlinx-kover/issues/440)Replaced absolute paths in the Kover artifact with relative ones[#446](https://github.com/Kotlin/kotlinx-kover/issues/446)Disabled writing of FreeMarker logs to stdout when generating an HTML report[#470](https://github.com/Kotlin/kotlinx-kover/issues/470)Update HTML report path to be clickable[#385](https://github.com/Kotlin/kotlinx-kover/issues/385)Exclude nested functions in function excluded by annotation[#303](https://github.com/Kotlin/kotlinx-kover/issues/303)Optional function parameters should not be considered a "branch"[#436](https://github.com/Kotlin/kotlinx-kover/issues/436)Fixed random koverHtmlReport fails with "Stream closed" or "zip file closed"Build features
- Upgraded Gradle version to
8.2.1Test features
[#437](https://github.com/Kotlin/kotlinx-kover/issues/437)Added functional test on Gradle nested classes validation error
Changelog
Sourced from org.jetbrains.kotlinx.kover's changelog.
0.7.5 / 2023-11-28
Kover Gradle Plugin
Features
[#503](https://github.com/Kotlin/kotlinx-kover/issues/503)Introduced Offline Runtime API for saving binary reportBugfixes
[#478](https://github.com/Kotlin/kotlinx-kover/issues/478)Added Kover dependency check[#451](https://github.com/Kotlin/kotlinx-kover/issues/451)Skip Kotlin object if it is containing only constants[#459](https://github.com/Kotlin/kotlinx-kover/issues/459)Fixed applying of the root verification rules[#489](https://github.com/Kotlin/kotlinx-kover/issues/489)Fixed adding data to an already existing binary report file0.7.4 / 2023-10-10
Kover Gradle Plugin
Features
[#441](https://github.com/Kotlin/kotlinx-kover/issues/441)Added support for Android dynamic feature pluginsBugfixes
[#440](https://github.com/Kotlin/kotlinx-kover/issues/440)Replaced absolute paths in the Kover artifact with relative ones[#446](https://github.com/Kotlin/kotlinx-kover/issues/446)Disabled writing of FreeMarker logs to stdout when generating an HTML report[#470](https://github.com/Kotlin/kotlinx-kover/issues/470)Update HTML report path to be clickable[#385](https://github.com/Kotlin/kotlinx-kover/issues/385)Exclude nested functions in function excluded by annotation[#303](https://github.com/Kotlin/kotlinx-kover/issues/303)Optional function parameters should not be considered a "branch"[#436](https://github.com/Kotlin/kotlinx-kover/issues/436)Fixed random koverHtmlReport fails with "Stream closed" or "zip file closed"Build features
- Upgraded Gradle version to
8.2.1Test features
[#437](https://github.com/Kotlin/kotlinx-kover/issues/437)Added functional test on Gradle nested classes validation error
Commits
00d0451Release 0.7.5a6aceb3Fixed support for Android dynamic feature plugins15f30a7Added Kover dependency check1eb1fcaIntroduced Offline Runtime API for saving binary reportb3ca174Fixed applying of the root verification rules59c6718Added workflow to add a new issue to the Kover projectec94ad9Fixed adding data to an already existing binary report file2547f52Fixing logging errors in theBuildCacheRelocationTeststestca040f1Release 0.7.458e2c95Update HTML report path to be clickable- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
1c21ad8) 0.00% compared to head (ad06e79) 0.00%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #293 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 34 34
Lines 1178 1178
Branches 123 123
=====================================
Misses 1178 1178
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Qodana Community for JVM
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
View the detailed Qodana report
To be able to view the detailed Qodana report, you can either:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- Inspect and use
qodana.sarif.json(see the Qodana SARIF format for details)
To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
This issue has been automatically marked as stale because it has not had recent activity. This means this issue is resolved or nobody else has had this issue or feature request. It will be closed if no further activity occurs within 30 days, so if this is still relevant, please let us know!
Superseded by #308.