-
Notifications
You must be signed in to change notification settings - Fork 39
Handling a package directive when nodes are moved #1616
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
Conversation
### What's done: - excluded `PACKAGE_DIRECTIVE` from `otherNodesBeforeCode` - added delta to error message of test - added two tests expired by provided repro repo It closes #1612
...t-test-framework/src/main/kotlin/org/cqfn/diktat/test/framework/processing/FileComparator.kt
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## master #1616 +/- ##
============================================
+ Coverage 82.44% 82.45% +0.01%
- Complexity 2330 2331 +1
============================================
Files 112 112
Lines 7860 7861 +1
Branches 2043 2044 +1
============================================
+ Hits 6480 6482 +2
+ Misses 453 452 -1
Partials 927 927
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. |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 162 files - 2 162 suites - 2 33m 43s ⏱️ + 9m 27s For more details on these failures, see this check. Results for commit 2582c09. ± Comparison against base commit bdc68db. This pull request removes 4 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
…ackage-directive#1612
What's done:
PACKAGE_DIRECTIVE
fromotherNodesBeforeCode
It closes #1612