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

missing index in container entity #1277

Merged
merged 1 commit into from
Apr 17, 2023
Merged

missing index in container entity #1277

merged 1 commit into from
Apr 17, 2023

Conversation

mehreenmansur
Copy link
Contributor

Screencast.from.17.04.2023.11.26.03.webm
  • rather 1-story 1-commit than sub-atomic commits

  • commit title is meaningful => git history search

  • commit description is helpful => helps the reviewer to understand the changes

  • code is up-to-date with the latest developments of the target branch (rebased to it or whatever) => ⏩-merge for linear history is favoured

  • added code is linted

  • tests are passing (at least locally): we still have some random test failure on CI. thinking of asking spec/examples.txt to be commited

  • in case the changes are visible to the end-user,  video or screenshots should be added to the PR => helps with user testing

  • testing coverage improvement is improved.

  • CHANGELOG :  add a bullet point on top (optional: reference to github issue/PR )

  • parallele PR for documentation  on docusaurus  if the feature/fix is tagged for a release

@@ -26,6 +26,7 @@ def extended_metadata
metadata[:report] = report
metadata[:status] = object.extended_metadata['status']
metadata[:kind] = object.extended_metadata['kind']
metadata[:index] = object.extended_metadata['index']

Choose a reason for hiding this comment

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

Metrics/AbcSize: Assignment Branch Condition size for extended_metadata is too high. [<9, 43, 6> 44.34/25]

@github-actions
Copy link

LCOV of commit 0083036 during Continuous Integration #838

Summary coverage rate:
  lines......: 59.8% (11734 of 19609 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@PiTrem PiTrem merged commit f85c349 into main Apr 17, 2023
2 checks passed
PiTrem pushed a commit that referenced this pull request Apr 17, 2023
Co-authored-by: Mehreen <mehreen.mansur>
dpatelev pushed a commit that referenced this pull request May 10, 2023
Co-authored-by: Mehreen <mehreen.mansur>
mekkyz pushed a commit that referenced this pull request Sep 21, 2023
Co-authored-by: Mehreen <mehreen.mansur>
baolanlequang pushed a commit that referenced this pull request Mar 5, 2024
Co-authored-by: Mehreen <mehreen.mansur>
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.

None yet

2 participants