mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
CHANGELOG.md: Kover integration
This commit is contained in:
parent
3eeadf5878
commit
d76e7494cc
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -88,7 +88,8 @@ jobs:
|
|||||||
path: ${{ github.workspace }}/build/reports/tests
|
path: ${{ github.workspace }}/build/reports/tests
|
||||||
|
|
||||||
# Upload Kover report to CodeCov
|
# Upload Kover report to CodeCov
|
||||||
- uses: codecov/codecov-action@v3
|
- name: Upload Code Coverage Report
|
||||||
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
|
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
@ -4,8 +4,11 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
- GitHub Actions - mark the pull request created with _Publish Plugin_ workflow with `release changelog` label
|
- [Kover](https://github.com/Kotlin/kotlinx-kover) integration
|
||||||
- Enable [Gradle Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) in `gradle.proeprties`
|
- Enable [Gradle Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) in `gradle.proeprties`
|
||||||
|
- GitHub Actions - mark the pull request created with _Publish Plugin_ workflow with `release changelog` label
|
||||||
|
- GitHub Actions - send code coverage reports to [CodeCov](https://codecov.io)
|
||||||
|
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.6.0`
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.8.1`
|
- Dependencies - upgrade `org.jetbrains.intellij` to `1.8.1`
|
||||||
|
Loading…
Reference in New Issue
Block a user