-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added save-overrides.toml
#438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found 25 potential problems in the proposed changes. Check the Files changed tab for more details.
JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)237 tests +4 213 ✔️ +4 8m 52s ⏱️ -7s Results for commit f351e7d. ± Comparison against base commit c1c6eaa. This pull request removes 12 and adds 16 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)237 tests +4 213 ✔️ +4 16m 30s ⏱️ +44s Results for commit f351e7d. ± Comparison against base commit c1c6eaa. This pull request removes 12 and adds 16 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)237 tests +4 213 ✔️ +4 13m 14s ⏱️ + 2m 40s Results for commit f351e7d. ± Comparison against base commit c1c6eaa. This pull request removes 12 and adds 16 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found 43 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found 43 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found 57 potential problems in the proposed changes. Check the Files changed tab for more details.
...ns/warn-plugin/src/commonNonJsTest/kotlin/com/saveourtool/save/plugin/warn/WarnPluginTest.kt
Fixed
Show fixed
Hide fixed
save-core/src/commonNonJsTest/kotlin/com/saveourtool/save/core/MergeAndOverrideConfigsTest.kt
Fixed
Show fixed
Hide fixed
save-core/src/commonNonJsTest/kotlin/com/saveourtool/save/core/MergeAndOverrideConfigsTest.kt
Fixed
Show fixed
Hide fixed
save-core/src/commonNonJsTest/kotlin/com/saveourtool/save/core/MergeAndOverrideConfigsTest.kt
Fixed
Show fixed
Hide fixed
save-core/src/commonNonJsTest/kotlin/com/saveourtool/save/core/MergeAndOverrideConfigsTest.kt
Fixed
Show fixed
Hide fixed
save-core/src/commonNonJsTest/kotlin/com/saveourtool/save/core/MergeAndOverrideConfigsTest.kt
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## main #438 +/- ##
============================================
- Coverage 46.96% 46.64% -0.33%
- Complexity 149 151 +2
============================================
Files 52 53 +1
Lines 1746 1771 +25
Branches 320 331 +11
============================================
+ Hits 820 826 +6
- Misses 798 813 +15
- Partials 128 132 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Supported a new file
save-overrides.toml
. It has the same structure assave.toml
, but we expect it only in root for current run.Also moved
EvaluatedToolConfig
toTestConfig
It closes #435