wayfair-incubator / dagger

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

updating workflow instance after on_message #46

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 #46 (90c0fcd) into main (1cfc3a0) will decrease coverage by 0.11%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
- Coverage   86.65%   86.55%   -0.11%     
==========================================
  Files          12       12              
  Lines        1828     1829       +1     
  Branches      214      214              
==========================================
- Hits         1584     1583       -1     
- Misses        144      146       +2     
  Partials      100      100              
Impacted Files Coverage Δ
dagger/tasks/task.py 79.26% <100.00%> (-0.37%) :arrow_down: