Skip to content

Comments

Refactoring of gradle scripts to add 'jvm' target to cli#417

Merged
orchestr7 merged 15 commits intomainfrom
feature/gradle-refactoring
Jul 7, 2022
Merged

Refactoring of gradle scripts to add 'jvm' target to cli#417
orchestr7 merged 15 commits intomainfrom
feature/gradle-refactoring

Conversation

@orchestr7
Copy link
Member

No description provided.

- complete refactoring of Gradle scripts
…eature/gradle-refactoring

� Conflicts:
�	save-cli/jvmMain/kotlin/com/saveourtool/save/cli/SaveConfigReader.kt
- complete refactoring of Gradle scripts
- complete refactoring of Gradle scripts
@codecov
Copy link

codecov bot commented Jun 28, 2022

Codecov Report

Merging #417 (e3cf6b9) into main (6385eda) will decrease coverage by 0.81%.
The diff coverage is 0.00%.

@@             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              
Flag Coverage Δ
unittests 47.31% <0.00%> (-0.82%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...sMain/kotlin/com/saveourtool/save/cli/ExitCodes.kt 0.00% <ø> (ø)
...n/kotlin/com/saveourtool/save/cli/SaveCliRunner.kt 0.00% <0.00%> (ø)
...m/saveourtool/save/cli/config/SavePropertiesExt.kt 0.00% <0.00%> (ø)
...n/kotlin/com/saveourtool/save/cli/FileSystemJvm.kt 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6385eda...e3cf6b9. Read the comment docs.

- 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{{.*}}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow, this is done by build.gradle during test execution

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to #312?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I think it happened because I have interrupted build with ctrl + C

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I don't think we touch files with Gradle. It must've been done either by our tests or by save itself

Copy link
Member

@petertrr petertrr Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this change be reverted BTW?

- removed "old" binaries
- removed "old" binaries
- complete refactoring of Gradle scripts
- removed talaiot
…eature/gradle-refactoring

� Conflicts:
�	build.gradle.kts
@github-actions
Copy link

github-actions bot commented Jul 6, 2022

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

117 tests  ±0   105 ✔️ ±0   5m 37s ⏱️ +12s
  24 suites ±0     12 💤 ±0 
  24 files   ±0       0 ±0 

Results for commit e3cf6b9. ± Comparison against base commit 6385eda.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jul 6, 2022

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

117 tests  ±0   105 ✔️ ±0   8m 7s ⏱️ - 1m 3s
  24 suites ±0     12 💤 ±0 
  24 files   ±0       0 ±0 

Results for commit e3cf6b9. ± Comparison against base commit 6385eda.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jul 6, 2022

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

117 tests  ±0   105 ✔️ ±0   8m 21s ⏱️ + 1m 22s
  24 suites ±0     12 💤 ±0 
  24 files   ±0       0 ±0 

Results for commit e3cf6b9. ± Comparison against base commit 6385eda.

♻️ This comment has been updated with latest results.

@orchestr7 orchestr7 merged commit a245d90 into main Jul 7, 2022
@orchestr7 orchestr7 deleted the feature/gradle-refactoring branch July 7, 2022 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants