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 4141 run : ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace
4242
4343 - name : Upload Test Report
44- uses : codecov/codecov-action@v5.0.7
44+ uses : codecov/codecov-action@v5.1.0
4545 with :
4646 files : ./app/build/reports/kover/reportDebug.xml
4747 fail_ci_if_error : true
Original file line number Diff line number Diff line change 11[versions ]
22android-compile = " 35"
3- android-gradle = " 8.7.2 "
3+ android-gradle = " 8.7.3 "
44android-min = " 21"
55android-target = " 35"
66androidx-appcompat = " 1.7.0"
@@ -30,10 +30,10 @@ kotlinx-coroutines = "1.9.0"
3030kotlinx-kover = " 0.8.3"
3131ktlint = " 1.0.0"
3232mockk = " 1.13.13"
33- poko = " 0.17.2 "
33+ poko = " 0.18.0 "
3434squareup-leakcanary = " 2.14"
3535squareup-logging-interceptor = " 4.12.0"
36- squareup-moshi = " 1.15.1 "
36+ squareup-moshi = " 1.15.2 "
3737squareup-retrofit = " 2.11.0"
3838spotless = " 6.25.0"
3939timber = " 5.0.1"
Original file line number Diff line number Diff line change @@ -52,5 +52,5 @@ fun includeProject(
5252}
5353
5454plugins {
55- id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.8 .0" )
55+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.9 .0" )
5656}
You can’t perform that action at this time.
0 commit comments