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

Add tests tinyInt(1) unsigned. #20057

Closed
wants to merge 3 commits into from

Conversation

terabytesoftw
Copy link
Member

Q A
Is bugfix?
New feature? ✔️
Breaks BC?

Copy link

what-the-diff bot commented Oct 31, 2023

PR Summary

  • Introduction of TinyIntTest
    A new test file named TinyIntTest.php has been added. It resides in the tests/framework/db/mysql/type/ directory. This will allow us to test functionalities related to a Tiny Integer data type in our MySQL database, ensuring the code works correctly and helps to maintain robust software.

Copy link

codecov bot commented Oct 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6804fbe) 46.70% compared to head (b4c84cb) 46.24%.

❗ Current head b4c84cb differs from pull request most recent head 2f60686. Consider uploading reports for the commit 2f60686 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #20057      +/-   ##
==========================================
- Coverage   46.70%   46.24%   -0.47%     
==========================================
  Files         445      445              
  Lines       43896    43414     -482     
==========================================
- Hits        20503    20077     -426     
+ Misses      23393    23337      -56     

see 41 files with indirect coverage changes

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

@terabytesoftw terabytesoftw deleted the add-tests-tinyint branch October 31, 2023 14:27
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.

1 participant