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

feat: 支持事务 decorator #124

Merged
merged 5 commits into from
Jun 29, 2023
Merged

feat: 支持事务 decorator #124

merged 5 commits into from
Jun 29, 2023

Conversation

qile222
Copy link
Contributor

@qile222 qile222 commented Jun 26, 2023

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (b5dddc9) 93.23% compared to head (e50b566) 93.25%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   93.23%   93.25%   +0.01%     
==========================================
  Files         219      223       +4     
  Lines        4610     4652      +42     
  Branches      466      473       +7     
==========================================
+ Hits         4298     4338      +40     
- Misses        312      314       +2     
Impacted Files Coverage Δ
core/transaction-decorator/src/Common.ts 100.00% <100.00%> (ø)
...on-decorator/src/builder/TransactionMetaBuilder.ts 100.00% <100.00%> (ø)
...ansaction-decorator/src/decorator/Transactional.ts 100.00% <100.00%> (ø)
...tion-decorator/src/util/TransactionMetadataUtil.ts 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@killagu killagu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

ximin.cxm and others added 2 commits June 28, 2023 22:25
Copy link
Contributor

@killagu killagu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@killagu killagu enabled auto-merge June 29, 2023 01:36
@killagu killagu disabled auto-merge June 29, 2023 01:36
@killagu killagu merged commit 4896615 into eggjs:master Jun 29, 2023
17 checks passed
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.

2 participants