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 functions without outputs #566

Merged
merged 3 commits into from
Dec 15, 2024
Merged

Fix functions without outputs #566

merged 3 commits into from
Dec 15, 2024

Conversation

andrzejressel
Copy link
Owner

Closes #564

@andrzejressel andrzejressel added ready-to-merge Will be auto-merged by mergify and removed ready-to-merge Will be auto-merged by mergify labels Dec 15, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.52%. Comparing base (5888205) to head (aecc986).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #566      +/-   ##
==========================================
+ Coverage   80.92%   82.52%   +1.60%     
==========================================
  Files          31       31              
  Lines        3554     3554              
==========================================
+ Hits         2876     2933      +57     
+ Misses        678      621      -57     

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

@andrzejressel andrzejressel added the ready-to-merge Will be auto-merged by mergify label Dec 15, 2024
Copy link
Contributor

mergify bot commented Dec 15, 2024

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated.

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.

If you want to requeue this pull request, you need to post a comment with the text: @mergifyio requeue

@mergify mergify bot merged commit 1cd7896 into main Dec 15, 2024
11 checks passed
@mergify mergify bot deleted the function_without_return branch December 15, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Will be auto-merged by mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix functions that does not return anything
2 participants