wayfair-incubator / dagger

A simple Python-based distributed workflow engine
https://wayfair-incubator.github.io/dagger/latest
MIT License
54 stars 5 forks source link

Task api #11

Closed patkivikram closed 1 year ago

patkivikram commented 1 year ago

Description

Please provide a meaningful description of what this change will do, or is for. Bonus points for including links to related issues, other PRs, or technical references.

Note that by not including a description, you are asking reviewers to do extra work to understand the context of this change, which may lead to your PR taking much longer to review, or result in it not being reviewed at all.

Type of Change

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #11 (31f92bc) into main (51b2fe3) will increase coverage by 0.08%. The diff coverage is 100.00%.

:exclamation: Current head 31f92bc differs from pull request most recent head 2c0ea78. Consider uploading reports for the commit 2c0ea78 to get more accurate results

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   86.20%   86.29%   +0.08%     
==========================================
  Files          10       10              
  Lines        1740     1751      +11     
  Branches      208      208              
==========================================
+ Hits         1500     1511      +11     
  Misses        144      144              
  Partials       96       96              
Impacted Files Coverage Δ
dagger/tasks/task.py 79.67% <100.00%> (+0.46%) :arrow_up: