Refactoring of gradle scripts to add 'jvm' target to cli#417
Refactoring of gradle scripts to add 'jvm' target to cli#417
Conversation
- complete refactoring of Gradle scripts
…eature/gradle-refactoring � Conflicts: � save-cli/jvmMain/kotlin/com/saveourtool/save/cli/SaveConfigReader.kt
- complete refactoring of Gradle scripts
save-cli/src/nativeMain/kotlin/com/saveourtool/save/cli/FileSystemNative.kt
Fixed
Show fixed
Hide fixed
save-cli/src/nativeMain/kotlin/com/saveourtool/save/cli/FileSystemNative.kt
Fixed
Show fixed
Hide fixed
- complete refactoring of Gradle scripts
save-cli/src/commonNonJsMain/kotlin/com/saveourtool/save/cli/logging/Logger.kt
Fixed
Show fixed
Hide fixed
save-cli/src/nativeMain/kotlin/com/saveourtool/save/cli/logging/Logger.kt
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## main #417 +/- ##
============================================
- Coverage 48.13% 47.31% -0.82%
Complexity 155 155
============================================
Files 47 51 +4
Lines 1685 1714 +29
Branches 319 321 +2
============================================
Hits 811 811
- Misses 747 776 +29
Partials 127 127
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
- removed "old" binaries
| @@ -1,10 +1,6 @@ | |||
| // ;warn:1:1 [FILE_NAME_MATCH_CLASS] file name is incorrect - it should match with the class described in it if there is the only one class declared: Example1Expected.kt vs Example{{.*}} | |||
There was a problem hiding this comment.
wow, this is done by build.gradle during test execution
There was a problem hiding this comment.
No, I think it happened because I have interrupted build with ctrl + C
There was a problem hiding this comment.
Yes, but I don't think we touch files with Gradle. It must've been done either by our tests or by save itself
There was a problem hiding this comment.
Shouldn't this change be reverted BTW?
save-cli/src/nativeMain/kotlin/com/saveourtool/save/cli/logging/Logger.kt
Show resolved
Hide resolved
- removed "old" binaries
- removed "old" binaries
- complete refactoring of Gradle scripts
- removed talaiot
…eature/gradle-refactoring � Conflicts: � build.gradle.kts
buildSrc/src/main/kotlin/com/saveourtool/save/buildutils/JacocoConfiguration.kt
Show resolved
Hide resolved
buildSrc/src/main/kotlin/com/saveourtool/save/buildutils/JacocoConfiguration.kt
Fixed
Show fixed
Hide fixed
- complete refactoring of Gradle scripts
No description provided.