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

Pipeline API #275

Merged
merged 179 commits into from
Jun 8, 2024
Merged

Pipeline API #275

merged 179 commits into from
Jun 8, 2024

Conversation

anarthal
Copy link
Collaborator

@anarthal anarthal commented Jun 3, 2024

close #75

Copy link

codecov bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 98.62475% with 7 lines in your changes missing coverage. Please review.

Project coverage is 98.44%. Comparing base (22eddec) to head (60ece2a).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #275      +/-   ##
===========================================
- Coverage    98.51%   98.44%   -0.07%     
===========================================
  Files          132      136       +4     
  Lines         6250     6502     +252     
===========================================
+ Hits          6157     6401     +244     
- Misses          93      101       +8     
Files Coverage Δ
include/boost/mysql/any_connection.hpp 98.92% <100.00%> (+0.10%) ⬆️
include/boost/mysql/detail/connection_impl.hpp 96.58% <100.00%> (-0.03%) ⬇️
include/boost/mysql/detail/engine_impl.hpp 98.36% <100.00%> (ø)
include/boost/mysql/detail/next_action.hpp 100.00% <100.00%> (ø)
include/boost/mysql/detail/throw_on_error_loc.hpp 100.00% <100.00%> (ø)
...clude/boost/mysql/detail/writable_field_traits.hpp 100.00% <ø> (ø)
include/boost/mysql/error_with_diagnostics.hpp 100.00% <100.00%> (ø)
include/boost/mysql/impl/connection_impl.ipp 100.00% <ø> (ø)
...nclude/boost/mysql/impl/error_with_diagnostics.ipp 100.00% <100.00%> (ø)
.../impl/internal/connection_pool/connection_node.hpp 100.00% <100.00%> (ø)
... and 26 more

... and 1 file with indirect coverage changes


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 22eddec...60ece2a. Read the comment docs.

@anarthal anarthal merged commit 9ba4f9d into develop Jun 8, 2024
5 of 6 checks passed
@anarthal anarthal deleted the feature/75-pipeline branch June 8, 2024 10:47
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.

Pipeline mode
1 participant