Skip to content

Commit 5487ffb

Browse files
authored
Merge branch 'main' into dependabot/gradle/org.jetbrains.kotlin.jvm-2.1.0
2 parents 0310174 + 08778ea commit 5487ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
# Upload the Kover report to CodeCov
133133
- name: Upload Code Coverage Report
134-
uses: codecov/codecov-action@v4
134+
uses: codecov/codecov-action@v5
135135
with:
136136
files: ${{ github.workspace }}/build/reports/kover/report.xml
137137

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin = "2.1.0"
77
changelog = "2.2.0"
88
gradleIntelliJPlugin = "1.17.4"
99
qodana = "0.1.13"
10-
kover = "0.9.0"
10+
kover = "0.9.1"
1111

1212
[libraries]
1313
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }

0 commit comments

Comments
 (0)