-
Notifications
You must be signed in to change notification settings - Fork 13
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
Added persistence of Command class structure #74
Added persistence of Command class structure #74
Conversation
…flow into test/persistence-fix-1
Codecov ReportBase: 65.23% // Head: 65.61% // Increases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #74 +/- ##
==========================================
+ Coverage 65.23% 65.61% +0.37%
==========================================
Files 73 73
Lines 8655 8782 +127
Branches 2052 2087 +35
==========================================
+ Hits 5646 5762 +116
- Misses 2649 2658 +9
- Partials 360 362 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…tep + made more modular loading and saving of CWLCommadToken
25af54f
to
29e0610
Compare
41ba31e
to
d6532f4
Compare
LGTM |
In the database the command executed by a step is saved in the form of a string.
With this PR it is saved in the database with the entire Command class and classes that extend it, also saving any classes used in the attributes, for example CWLCommandToken