-
Notifications
You must be signed in to change notification settings - Fork 15
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
Tlc #8
Tlc #8
Conversation
@@ -13,7 +13,7 @@ | |||
|
|||
"""This is the orchestrator workflow engine.""" | |||
|
|||
__version__ = "0.0.9" | |||
__version__ = "0.0.10" |
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.
This conflicts with the other PR
This adds a translations endpoint that is used to get translations for the workflow specific stuff. This also adds a task and schedule to do sanity checks on the database
Codecov Report
@@ Coverage Diff @@
## main #8 +/- ##
==========================================
- Coverage 81.43% 81.14% -0.29%
==========================================
Files 81 86 +5
Lines 4502 4667 +165
Branches 535 569 +34
==========================================
+ Hits 3666 3787 +121
- Misses 695 726 +31
- Partials 141 154 +13
Continue to review full report at Codecov.
|
Add translations endpoint
Add product sanity checker