File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,17 @@ jobs:
52
52
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> keystore.properties
53
53
54
54
- name : Build application
55
- run : ./gradlew koverReport --full-stacktrace
55
+ run : ./gradlew koverHtmlReport --full-stacktrace
56
56
57
57
- name : Check report files
58
58
run : |
59
- ls app /build/reports/kover/project- html
59
+ ls /build/reports/kover/html
60
60
61
61
- name : Archive code coverage results
62
62
uses : actions/upload-artifact@v3
63
63
with :
64
64
name : code-coverage-report
65
- path : app /build/reports/kover/project- html
65
+ path : /build/reports/kover/html
66
66
67
67
saveReport :
68
68
name : SaveReport
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" org.jetbrains.kotlinx.kover" ) version " 0.5.0 "
2
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.7.6 "
3
3
alias(libs.plugins.application) apply false
4
4
alias(libs.plugins.kotlin) apply false
5
5
alias(libs.plugins.library) apply false
You can’t perform that action at this time.
0 commit comments