Skip to content

feat(Workflow): add context and wfAction to Execute method #103

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wooln
Copy link
Contributor

@wooln wooln commented Jun 23, 2025

  • Add Context property to Workflow class
  • Update Execute method in WorkflowGlobalTransaction to include wfAction parameter
  • Add test case for Execute method with wfAction

- Add Context property to Workflow class
- Update Execute method in WorkflowGlobalTransaction to include wfAction parameter
- Add test case for Execute method with wfAction
Copy link

codecov bot commented Jun 23, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 70.12%. Comparing base (16f174d) to head (5f2ae75).

Files with missing lines Patch % Lines
src/Dtmworkflow/WorkflowGlobalTransaction.cs 60.00% 1 Missing and 1 partial ⚠️
src/Dtmworkflow/Workflow.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #103      +/-   ##
==========================================
- Coverage   70.18%   70.12%   -0.07%     
==========================================
  Files          45       45              
  Lines        1999     2005       +6     
  Branches      196      198       +2     
==========================================
+ Hits         1403     1406       +3     
- Misses        558      560       +2     
- Partials       38       39       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant