Skip to content

splitting compilation and running to 2 diffrent flows - #23

Open
benor1470 wants to merge 1 commit into
trung:masterfrom
benor1470:master
Open

splitting compilation and running to 2 diffrent flows#23
benor1470 wants to merge 1 commit into
trung:masterfrom
benor1470:master

Conversation

@benor1470

Copy link
Copy Markdown

Added an option to compile into a byte array
and an option to run the compiled code at a later time

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #23 into master will decrease coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@ Coverage Diff @@## master #23 +/- ##
=======================================
- Coverage 86.04% 86% -0.05% 
=======================================
Files 6 6 Lines 86 100 +14 Branches 8 10 +2 =======================================
+ Hits 74 86 +12 - Misses 10 13 +3 + Partials 2 1 -1
Impacted FilesCoverage Δ
...n/java/org/mdkt/compiler/InMemoryJavaCompiler.java88.52% <100%> (+2.81%)⬆️
...mdkt/compiler/ExtendedStandardJavaFileManager.java84.61% <100%> (+2.79%)⬆️
...ain/java/org/mdkt/compiler/DynamicClassLoader.java50% <0%> (-30%)⬇️
src/main/java/org/mdkt/compiler/CompiledCode.java100% <0%> (+14.28%)⬆️

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 d84c404...a4ef8d9. Read the comment docs.

Sign up for freeto 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

@benor1470@codecov-io