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

Removed pool executor params #354

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

anarthal
Copy link
Collaborator

Added pool_params::connection_executor

close #350

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.05%. Comparing base (a4a40d8) to head (82396e1).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #354      +/-   ##
===========================================
- Coverage    99.05%   99.05%   -0.01%     
===========================================
  Files          143      143              
  Lines         7184     7180       -4     
===========================================
- Hits          7116     7112       -4     
  Misses          68       68              
Files with missing lines Coverage Δ
include/boost/mysql/connection_pool.hpp 100.00% <100.00%> (ø)
include/boost/mysql/impl/connection_pool.ipp 100.00% <100.00%> (ø)
.../internal/connection_pool/connection_pool_impl.hpp 98.86% <100.00%> (-0.01%) ⬇️
include/boost/mysql/pool_params.hpp 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4a40d8...82396e1. Read the comment docs.

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.

connection_pool: remove pool_executor_params
1 participant