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 8271384 commit 3ef87e2Copy full SHA for 3ef87e2
.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/codecov-action@v5.0.0
+ uses: codecov/codecov-action@v5.0.2
45
with:
46
files: ./app/build/reports/kover/reportDebug.xml
47
fail_ci_if_error: true
gradle/libs.versions.toml
@@ -38,7 +38,7 @@ squareup-retrofit = "2.11.0"
38
spotless = "6.25.0"
39
timber = "5.0.1"
40
viewBindingDelegate = "1.4.0"
-ksp = "2.0.21-1.0.27"
+ksp = "2.0.21-1.0.28"
[libraries]
0 commit comments