File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
run : ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace
42
42
43
43
- name : Upload Test Report
44
- uses : codecov/codecov-action@v5.4.2
44
+ uses : codecov/codecov-action@v5.4.3
45
45
with :
46
46
files : ./app/build/reports/kover/reportDebug.xml
47
47
fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ androidx-material = "1.12.0"
11
11
androidx-recyclerview = " 1.4.0"
12
12
androidx-startup = " 1.2.0"
13
13
androidx-swiperefreshlayout = " 1.1.0"
14
- arrow = " 2.1.1 "
14
+ arrow = " 2.1.2 "
15
15
ben-manes-versions = " 0.52.0"
16
16
coil = " 2.7.0"
17
17
detekt = " 1.23.8"
@@ -25,7 +25,7 @@ java-toolchain = "21"
25
25
jetbrains-compose = " 1.8.0"
26
26
junit = " 4.13.2"
27
27
koin = " 4.0.4"
28
- kotlin = " 2.1.20 "
28
+ kotlin = " 2.1.21 "
29
29
kotlinx-coroutines = " 1.10.2"
30
30
kotlinx-kover = " 0.9.1"
31
31
ktlint = " 1.0.0"
@@ -34,11 +34,11 @@ poko = "0.18.6"
34
34
squareup-leakcanary = " 2.14"
35
35
squareup-logging-interceptor = " 4.12.0"
36
36
squareup-moshi = " 1.15.2"
37
- squareup-retrofit = " 2.11 .0"
37
+ squareup-retrofit = " 2.12 .0"
38
38
spotless = " 7.0.3"
39
39
timber = " 5.0.1"
40
40
viewBindingDelegate = " 1.4.0"
41
- ksp = " 2.1.20 -2.0.1"
41
+ ksp = " 2.1.21 -2.0.1"
42
42
43
43
[libraries ]
44
44
You can’t perform that action at this time.
0 commit comments