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

Fix ISE when creating fuel tanks #20

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

enjinabner
Copy link
Contributor

No description provided.

@enjinabner enjinabner added the bug Something isn't working label Nov 9, 2023
@enjinabner enjinabner self-assigned this Nov 9, 2023
Copy link

github-actions bot commented Nov 9, 2023

PR Analysis

  • 🎯 Main theme: Handling null values and zero values in fuel tank creation
  • 📝 PR summary: This PR addresses an Internal Server Error (ISE) that was occurring when creating fuel tanks with null or zero values. The changes ensure that null values are handled correctly and that tests are updated to cover these scenarios.
  • 📌 Type of PR: Bug fix
  • 🧪 Relevant tests added: Yes
  • ⏱️ Estimated effort to review [1-5]: 2, the changes are straightforward and mainly involve null checks and test updates.
  • 🔒 Security concerns: No security concerns found

PR Feedback

How to use

To invoke the PR-Agent, add a comment using one of the following commands:
/review [-i]: Request a review of your Pull Request. For an incremental review, which only considers changes since the last review, include the '-i' option.
/describe: Modify the PR title and description based on the contents of the PR.
/improve [--extended]: Suggest improvements to the code in the PR. Extended mode employs several calls, and provides a more thorough feedback.
/ask <QUESTION>: Pose a question about the PR.
/update_changelog: Update the changelog based on the PR's contents.

To edit any configuration parameter from configuration.toml, add --config_path=new_value
For example: /review --pr_reviewer.extra_instructions="focus on the file: ..."
To list the possible configuration parameters, use the /config command.

@codecov-commenter
Copy link

codecov-commenter commented Nov 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (38b671b) 97.18% compared to head (859729f) 97.18%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #20   +/-   ##
=========================================
  Coverage     97.18%   97.18%           
  Complexity      294      294           
=========================================
  Files            62       62           
  Lines          1776     1776           
=========================================
  Hits           1726     1726           
  Misses           50       50           
Files Coverage Δ
src/GraphQL/Mutations/CreateFuelTankMutation.php 100.00% <100.00%> (ø)
...c/Services/Blockchain/Implemetations/Substrate.php 96.72% <100.00%> (ø)

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

@enjinabner enjinabner merged commit 141d239 into master Nov 9, 2023
@enjinabner enjinabner deleted the feature/pla-1413/create-tank-ise branch November 9, 2023 10:29
enjinabner added a commit that referenced this pull request Nov 9, 2023
enjinabner added a commit that referenced this pull request Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

3 participants