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

[DOP-23742] Fix using conn.setReadOnly(...) for MySQL, MSSQL #337

Merged
merged 1 commit into from
Feb 6, 2025

[DOP-23742] Fix using conn.setReadOnly(...) for MySQL, MSSQL

73dcefa
Select commit
Loading
Failed to load commit list.
Merged

[DOP-23742] Fix using conn.setReadOnly(...) for MySQL, MSSQL #337

[DOP-23742] Fix using conn.setReadOnly(...) for MySQL, MSSQL
73dcefa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 6, 2025 in 0s

91.88% (target 91.00%)

View this Pull Request on Codecov

91.88% (target 91.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.88%. Comparing base (64550d1) to head (73dcefa).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #337      +/-   ##
===========================================
+ Coverage    91.84%   91.88%   +0.04%     
===========================================
  Files          228      228              
  Lines         9821     9836      +15     
  Branches      1007     1008       +1     
===========================================
+ Hits          9020     9038      +18     
+ Misses         606      605       -1     
+ Partials       195      193       -2     

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