We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675b9ca commit cc82045Copy full SHA for cc82045
.github/workflows/unit-test.yml
@@ -41,7 +41,7 @@ jobs:
41
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace
42
43
- name: Upload Test Report
44
- uses: codecov/[email protected].1
+ uses: codecov/[email protected].2
45
with:
46
files: ./app/build/reports/kover/reportDebug.xml
47
fail_ci_if_error: true
gradle/libs.versions.toml
@@ -22,11 +22,11 @@ flowExt = "1.0.0"
22
jacoco = "0.8.11"
23
java-target = "11"
24
java-toolchain = "21"
25
-jetbrains-compose = "1.7.1"
+jetbrains-compose = "1.7.3"
26
junit = "4.13.2"
27
koin = "4.0.0"
28
kotlin = "2.1.0"
29
-kotlinx-coroutines = "1.9.0"
+kotlinx-coroutines = "1.10.0"
30
kotlinx-kover = "0.9.0"
31
ktlint = "1.0.0"
32
mockk = "1.13.13"
0 commit comments