File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 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.0.7
44
+ uses : codecov/codecov-action@v5.1.0
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 1
1
[versions ]
2
2
android-compile = " 35"
3
- android-gradle = " 8.7.2 "
3
+ android-gradle = " 8.7.3 "
4
4
android-min = " 21"
5
5
android-target = " 35"
6
6
androidx-appcompat = " 1.7.0"
@@ -30,10 +30,10 @@ kotlinx-coroutines = "1.9.0"
30
30
kotlinx-kover = " 0.8.3"
31
31
ktlint = " 1.0.0"
32
32
mockk = " 1.13.13"
33
- poko = " 0.17.2 "
33
+ poko = " 0.18.0 "
34
34
squareup-leakcanary = " 2.14"
35
35
squareup-logging-interceptor = " 4.12.0"
36
- squareup-moshi = " 1.15.1 "
36
+ squareup-moshi = " 1.15.2 "
37
37
squareup-retrofit = " 2.11.0"
38
38
spotless = " 6.25.0"
39
39
timber = " 5.0.1"
Original file line number Diff line number Diff line change @@ -52,5 +52,5 @@ fun includeProject(
52
52
}
53
53
54
54
plugins {
55
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.8 .0" )
55
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.9 .0" )
56
56
}
You can’t perform that action at this time.
0 commit comments