Skip to content

Split project in core crate and interpreter#356

Merged
CohenArthur merged 3 commits into
masterfrom
split-project-crate
Nov 26, 2021
Merged

Split project in core crate and interpreter#356
CohenArthur merged 3 commits into
masterfrom
split-project-crate

Conversation

@CohenArthur

Copy link
Copy Markdown
Member

No description provided.

@codecov-commenter

codecov-commenter commented Nov 10, 2021

Copy link
Copy Markdown

Codecov Report

Merging #356 (bdbc20f) into master (b0cb9bd) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #356   +/-   ##
=======================================
  Coverage   92.81%   92.82%           
=======================================
  Files          41       42    +1     
  Lines        4219     4208   -11     
=======================================
- Hits         3916     3906   -10     
+ Misses        303      302    -1     
Impacted Files Coverage Δ
interpreter/repl.rs 84.61% <ø> (ø)
src/instruction/if_else.rs 88.88% <ø> (ø)
src/instruction/jk_return.rs 100.00% <ø> (ø)
src/parser/constructs.rs 100.00% <ø> (ø)
src/utils.rs 85.71% <ø> (ø)
src/value/mod.rs 0.00% <ø> (ø)
interpreter/jinko.rs 100.00% <100.00%> (ø)
src/instruction/loop_block.rs 92.03% <100.00%> (ø)
src/instruction/var.rs 85.36% <100.00%> (ø)
src/lib.rs 100.00% <100.00%> (ø)
... and 5 more

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 b0cb9bd...bdbc20f. Read the comment docs.

@CohenArthur

Copy link
Copy Markdown
Member Author

bors r+

bors Bot added a commit that referenced this pull request Nov 12, 2021
356: Split project in core crate and interpreter r=CohenArthur a=CohenArthur



Co-authored-by: CohenArthur <arthur.cohen@epita.fr>
@bors

bors Bot commented Nov 12, 2021

Copy link
Copy Markdown

Timed out.

@CohenArthur CohenArthur merged commit fe0b802 into master Nov 26, 2021
@CohenArthur CohenArthur deleted the split-project-crate branch November 26, 2021 09:38
Sign up for free to 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