-
Notifications
You must be signed in to change notification settings - Fork 16
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
Generate local test resources via Gradle task #258
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## neo #258 +/- ##
============================================
- Coverage 59.81% 59.81% -0.01%
Complexity 2251 2251
============================================
Files 312 312
Lines 18491 18492 +1
Branches 2945 2945
============================================
Hits 11061 11061
- Misses 6334 6335 +1
Partials 1096 1096 ☔ 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.
💻 If only all code were this smooth. Merging now!
This PR proposes to start relying on local test resources (JSON dumps of EtsIR, etc) that can be generated via
generateTestResource
Gradle task.In addition, this PR includes some updates for DOT generation and PDF rendering for samples (all local test resources), see
DumpEtsFilesToDot
inEntrypoints.kt
.