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 RabbitMQClientConfiguration.RouteKeyFunction #182

Merged
merged 3 commits into from
Mar 12, 2024
Merged

Add RabbitMQClientConfiguration.RouteKeyFunction #182

merged 3 commits into from
Mar 12, 2024

Conversation

sungam3r
Copy link
Collaborator

fixes #104

@github-actions github-actions bot added the tests label Mar 12, 2024
# Conflicts:
#	src/Serilog.Sinks.RabbitMQ/Sinks/RabbitMQ/IRabbitMQClient.cs
#	src/Serilog.Sinks.RabbitMQ/Sinks/RabbitMQ/RabbitMQClient.cs
#	src/Serilog.Sinks.RabbitMQ/Sinks/RabbitMQ/RabbitMQClientConfiguration.cs
@ArieGato
Copy link
Owner

Would it be possible to add some unit tests for this?

@sungam3r
Copy link
Collaborator Author

Done

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

Attention: Patch coverage is 91.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 94.75%. Comparing base (7813f58) to head (6c52383).

Files Patch % Lines
...ilog.Sinks.RabbitMQ/Sinks/RabbitMQ/RabbitMQSink.cs 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
- Coverage   94.88%   94.75%   -0.13%     
==========================================
  Files           8        8              
  Lines         469      477       +8     
  Branches       42       45       +3     
==========================================
+ Hits          445      452       +7     
  Misses         13       13              
- Partials       11       12       +1     

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

@ArieGato ArieGato merged commit fb6ed65 into ArieGato:master Mar 12, 2024
4 of 6 checks passed
@sungam3r sungam3r deleted the route branch March 12, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for dynamic routing keys
2 participants