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

report issue fix #1296

Merged
merged 2 commits into from
Apr 21, 2023
Merged

report issue fix #1296

merged 2 commits into from
Apr 21, 2023

Conversation

phuang26
Copy link
Member

  • 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

@phuang26 phuang26 requested a review from cllde8 April 21, 2023 11:36
lib/cdxml/shifter.rb Show resolved Hide resolved
lib/cdxml/shifter.rb Show resolved Hide resolved
lib/cdxml/shifter.rb Show resolved Hide resolved
lib/cdxml/shifter.rb Show resolved Hide resolved
lib/reporter/docx/detail_reaction.rb Show resolved Hide resolved
lib/reporter/docx/detail_reaction.rb Show resolved Hide resolved
lib/reporter/docx/detail_reaction.rb Show resolved Hide resolved
lib/reporter/docx/detail_reaction.rb Show resolved Hide resolved
lib/reporter/docx/detail_reaction.rb Show resolved Hide resolved
@github-actions
Copy link

LCOV of commit 717dd13 during Continuous Integration #878

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

Files changed coverage rate: n/a

@phuang26 phuang26 self-assigned this Apr 21, 2023
```
undefined method `length' for nil:NilClass
lib/svg/reaction_composer.rb:437:in `svg_text'
```
@@ -434,6 +434,7 @@ def inner_file_content(svg_path)

def svg_text(path)
text = path.split(%r{^svg_text\/})[1]
text ||= ''

Choose a reason for hiding this comment

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

Metrics/ClassLength: Class has too many lines. [546/200]

@github-actions
Copy link

LCOV of commit f0ae90d during Continuous Integration #881

Summary coverage rate:
  lines......: 60.0% (11765 of 19598 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@PiTrem PiTrem merged commit b02f1aa into main Apr 21, 2023
2 checks passed
PiTrem added a commit that referenced this pull request Apr 21, 2023
* report issue fix

* Reaction SVG composer : allow empty text

```
undefined method `length' for nil:NilClass
lib/svg/reaction_composer.rb:437:in `svg_text'
```

---------

Co-authored-by: PiTrem <pierre.tremouilhac@kit.edu>
dpatelev pushed a commit that referenced this pull request May 10, 2023
* report issue fix

* Reaction SVG composer : allow empty text

```
undefined method `length' for nil:NilClass
lib/svg/reaction_composer.rb:437:in `svg_text'
```

---------

Co-authored-by: PiTrem <pierre.tremouilhac@kit.edu>
mekkyz pushed a commit that referenced this pull request Sep 21, 2023
* report issue fix

* Reaction SVG composer : allow empty text

```
undefined method `length' for nil:NilClass
lib/svg/reaction_composer.rb:437:in `svg_text'
```

---------

Co-authored-by: PiTrem <pierre.tremouilhac@kit.edu>
baolanlequang pushed a commit that referenced this pull request Mar 5, 2024
* report issue fix

* Reaction SVG composer : allow empty text

```
undefined method `length' for nil:NilClass
lib/svg/reaction_composer.rb:437:in `svg_text'
```

---------

Co-authored-by: PiTrem <pierre.tremouilhac@kit.edu>
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

3 participants