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

docs: atomic batch transaction #17100

Closed

Conversation

vtronkov
Copy link
Contributor

Description:
Adding AtomicBatchTransaction documentation

Related issue(s):

Fixes #17084

Signed-off-by: Valentin Tronkov <[email protected]>
@vtronkov vtronkov added this to the v0.58 milestone Dec 18, 2024
@vtronkov vtronkov self-assigned this Dec 18, 2024
Copy link

codacy-production bot commented Dec 18, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7f75a4d) 98473 64911 65.92%
Head commit (f83b2a5) 98474 (+1) 64912 (+1) 65.92% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#17100) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.24%. Comparing base (7f75a4d) to head (f83b2a5).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop   #17100      +/-   ##
=============================================
- Coverage      64.24%   64.24%   -0.01%     
+ Complexity     20820    20819       -1     
=============================================
  Files           2547     2547              
  Lines          95708    95709       +1     
  Branches       10014    10014              
=============================================
  Hits           61492    61492              
  Misses         30606    30606              
- Partials        3610     3611       +1     

see 2 files with indirect coverage changes

Impacted file tree graph

Signed-off-by: Valentin Tronkov <[email protected]>
@vtronkov
Copy link
Contributor Author

Moving this to a Notion document for a faster change process.

@vtronkov vtronkov closed this Dec 18, 2024
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.

Create a low-level design document for HIP-551
1 participant