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

Test Command::insertWithReturningPks() with empty values #791

Merged
merged 4 commits into from
Dec 21, 2023

Conversation

Tigrov
Copy link
Member

@Tigrov Tigrov commented Dec 17, 2023

Copy link

codecov bot commented Dec 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (447a0f0) 99.64% compared to head (8f4cea5) 99.64%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #791   +/-   ##
=========================================
  Coverage     99.64%   99.64%           
  Complexity     1265     1265           
=========================================
  Files            63       63           
  Lines          3063     3063           
=========================================
  Hits           3052     3052           
  Misses           11       11           

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

Copy link

what-the-diff bot commented Dec 17, 2023

PR Summary

  • Inclusion of New Testing Methods
    Two new tests have been added to ensure the robustness of our codebase. The aim of these tests is to verify how our program handles certain situations while inserting data. The tests will check for instances where we insert empty values and whether the program still executes reliably, even if there's nothing to assign primary keys to. This makes sure our application performs as expected in diverse situations.

@vjik vjik merged commit 064e076 into master Dec 21, 2023
170 checks passed
@vjik vjik deleted the test-insertWithReturningPks-empty-values branch December 21, 2023 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants