File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
run : ./gradlew jacocoTestReport --warning-mode all --stacktrace
45
45
46
46
- name : Upload Test Report
47
- uses : codecov/codecov-action@v3.1.1
47
+ uses : codecov/codecov-action@v3.1.2
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ buildscript {
16
16
dependencies {
17
17
classpath(" com.android.tools.build:gradle:7.4.2" )
18
18
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
19
- classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.17 .0" )
20
- classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.12 .0" )
21
- classpath(" org.jacoco:org.jacoco.core:0.8.8 " )
19
+ classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.18 .0" )
20
+ classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.13 .0" )
21
+ classpath(" org.jacoco:org.jacoco.core:0.8.9 " )
22
22
classpath(" com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT" )
23
23
classpath(" com.github.ben-manes:gradle-versions-plugin:0.46.0" )
24
24
}
You can’t perform that action at this time.
0 commit comments