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

task runtime skeleton #134

Merged
merged 5 commits into from
May 24, 2019
Merged

task runtime skeleton #134

merged 5 commits into from
May 24, 2019

Conversation

mlin
Copy link
Collaborator

@mlin mlin commented May 22, 2019

Initial skeleton of the local task runtime, with proofs of concept for docker container management, file path mapping, and I/O stdlib functions like stdout() and write_lines().

@coveralls
Copy link

coveralls commented May 22, 2019

Pull Request Test Coverage Report for Build 616

  • 271 of 294 (92.18%) changed or added relevant lines in 6 files are covered.
  • 6 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.4%) to 96.121%

Changes Missing Coverage Covered Lines Changed/Added Lines %
WDL/Value.py 17 23 73.91%
WDL/runtime/task.py 232 249 93.17%
Files with Coverage Reduction New Missed Lines %
WDL/Tree.py 6 98.24%
Totals Coverage Status
Change from base Build 595: -0.4%
Covered Lines: 3172
Relevant Lines: 3300

💛 - Coveralls

@mlin mlin merged commit 4895488 into master May 24, 2019
@mlin mlin deleted the mlin-task-runner branch June 18, 2019 06:23
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.

None yet

2 participants