File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed
Expand file tree Collapse file tree 5 files changed +8
-9
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.1.1
44+ uses : codecov/codecov-action@v5.1.2
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 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ flowExt = "1.0.0"
2222jacoco = " 0.8.11"
2323java-target = " 11"
2424java-toolchain = " 21"
25- jetbrains-compose = " 1.7.1 "
25+ jetbrains-compose = " 1.7.3 "
2626junit = " 4.13.2"
27- koin = " 4.0.0 "
27+ koin = " 4.0.1 "
2828kotlin = " 2.1.0"
29- kotlinx-coroutines = " 1.9.0 "
29+ kotlinx-coroutines = " 1.10.1 "
3030kotlinx-kover = " 0.9.0"
3131ktlint = " 1.0.0"
32- mockk = " 1.13.13 "
32+ mockk = " 1.13.14 "
3333poko = " 0.18.1"
3434squareup-leakcanary = " 2.14"
3535squareup-logging-interceptor = " 4.12.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8686# shellcheck disable=SC2034
8787APP_BASE_NAME=${0##*/ }
8888# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90- ' " $PWD " ) || exit
89+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
9190
9291# Use the maximum available, or set MAX_FD != -1 to use that value.
9392MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments