-
Notifications
You must be signed in to change notification settings - Fork 15
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
Refactor DOT dump for Ets files #251
Conversation
Test results on JDK 19 83 files 83 suites 26m 55s ⏱️ Results for commit 096a599. ♻️ This comment has been updated with latest results. |
jacodb-ets/src/main/kotlin/org/jacodb/ets/utils/EtsFileDtoToDot.kt
Outdated
Show resolved
Hide resolved
jacodb-ets/src/main/kotlin/org/jacodb/ets/utils/EtsFileDtoToDot.kt
Outdated
Show resolved
Hide resolved
jacodb-ets/src/test/kotlin/org/jacodb/ets/test/EtsFromJsonTest.kt
Outdated
Show resolved
Hide resolved
jacodb-ets/src/test/kotlin/org/jacodb/ets/test/utils/Entrypoints.kt
Outdated
Show resolved
Hide resolved
jacodb-ets/src/test/kotlin/org/jacodb/ets/test/utils/Entrypoints.kt
Outdated
Show resolved
Hide resolved
jacodb-ets/src/main/kotlin/org/jacodb/ets/utils/EtsFileToDot.kt
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## neo #251 +/- ##
============================================
+ Coverage 59.51% 60.02% +0.50%
+ Complexity 2240 2238 -2
============================================
Files 309 311 +2
Lines 18288 18413 +125
Branches 3260 3265 +5
============================================
+ Hits 10885 11053 +168
+ Misses 6329 6272 -57
- Partials 1074 1088 +14 ☔ View full report in Codecov by Sentry. |
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.
Nice!
No description provided.