Skip to content

Commit

Permalink
build(deps): bump org.jetbrains.kotlinx.kover from 0.5.0 to 0.5.1 in …
Browse files Browse the repository at this point in the history
…/DSL (#6)

* chore(deps): bump org.jetbrains.kotlinx.kover in /DSL

Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/Kotlin/kotlinx-kover/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-kover@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx.kover
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci: possible fix for NPE

See Kotlin/kotlinx-kover#179 (comment)

* style: apply automatic fixes of linters

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lars Reimann <mail@larsreimann.com>
Co-authored-by: lars-reimann <lars-reimann@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 7, 2022
1 parent cb8f9bd commit 0690eea
Show file tree
Hide file tree
Showing 2 changed files with 5,851 additions and 5,845 deletions.
3 changes: 2 additions & 1 deletion DSL/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {

base
idea
id("org.jetbrains.kotlinx.kover") version "0.5.0"
id("org.jetbrains.kotlinx.kover") version "0.5.1"
}

repositories {
Expand All @@ -40,6 +40,7 @@ idea {

kover {
coverageEngine.set(kotlinx.kover.api.CoverageEngine.INTELLIJ)
intellijEngineVersion.set("1.0.669")
this.disabledProjects = setOf(
"Simple-ML.DSL",
"de.unibonn.simpleml.vscode"
Expand Down
Loading

0 comments on commit 0690eea

Please sign in to comment.