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 test group #264

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Fix test group #264

merged 1 commit into from
Aug 1, 2023

Conversation

Tigrov
Copy link
Member

@Tigrov Tigrov commented Aug 1, 2023

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues -

@what-the-diff
Copy link

what-the-diff bot commented Aug 1, 2023

PR Summary

  • Database Group Annotation Update
    The code has been updated to change a certain group annotation. This kind of annotation is used to categorize similar functionalities in the code. Previously, it was categorized under pgsql (PostgreSQL), a type of database system. It has been updated to fall under sqlite, another type of database system. This shows an underlying change in the database technology being used. The benefit of this could be various, like better performance, ease of use, or any preferred features of the sqlite database.

@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (074202f) 98.20% compared to head (d9d229c) 98.20%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #264   +/-   ##
=========================================
  Coverage     98.20%   98.20%           
  Complexity      325      325           
=========================================
  Files            17       17           
  Lines          1004     1004           
=========================================
  Hits            986      986           
  Misses           18       18           

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

@vjik vjik merged commit ff859e8 into yiisoft:master Aug 1, 2023
13 of 17 checks passed
@Tigrov Tigrov deleted the fix_test_group branch August 2, 2023 04:16
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.

2 participants