Skip to content
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

Move execution-plan types Value and Primitive into a new crate #41

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

adamchalmers
Copy link
Collaborator

This way, modeling-cmds can import those types and implement the traits. In the future, I will write a derive macro for deriving Value on modeling-cmd types.

Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@b34a5db). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #41   +/-   ##
=======================================
  Coverage        ?   44.22%           
=======================================
  Files           ?       32           
  Lines           ?     1852           
  Branches        ?        0           
=======================================
  Hits            ?      819           
  Misses          ?     1033           
  Partials        ?        0           
Flag Coverage Δ
unittests 44.22% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adamchalmers adamchalmers force-pushed the achalmers/refactor-whole-crate-structure branch 3 times, most recently from c9e0a5a to 0199c84 Compare December 20, 2023 03:28
This way, modeling-cmds can import those types and implement the traits. In the future, I will write a derive macro for deriving Value on modeling-cmd types.
@adamchalmers adamchalmers force-pushed the achalmers/refactor-whole-crate-structure branch from 0199c84 to 7f9c988 Compare December 20, 2023 04:01
@adamchalmers adamchalmers merged commit 7ff2493 into main Dec 20, 2023
8 checks passed
@adamchalmers adamchalmers deleted the achalmers/refactor-whole-crate-structure branch December 20, 2023 05:43
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.

1 participant