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 missing IStatsDPublisherWithTags registration #662

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

martincostello
Copy link
Member

  • Add missing IoC registration for IStatsDPublisherWithTags.
  • Mention IStatsDPublisherWithTags in the README.
  • Tidy up some redundant checks in the unit tests as the container always implements IDisposable..

Resolves #661.

- Add missing IoC registration for `IStatsDPublisherWithTags`.
- Mention `IStatsDPublisherWithTags` in the README.
- Tidy up some redundant checks in the unit tests as the container always implements `IDisposable`..

Resolves justeattakeaway#661.
@martincostello martincostello added this to the v5.0.1 milestone Apr 22, 2024
@martincostello martincostello requested a review from a team as a code owner April 22, 2024 11:14
Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.82%. Comparing base (70fa876) to head (4a30f4a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #662      +/-   ##
==========================================
+ Coverage   83.77%   83.82%   +0.04%     
==========================================
  Files          28       28              
  Lines         672      674       +2     
  Branches      151      151              
==========================================
+ Hits          563      565       +2     
  Misses         67       67              
  Partials       42       42              
Flag Coverage Δ
linux 83.23% <100.00%> (+0.04%) ⬆️
macos 83.53% <100.00%> (+0.04%) ⬆️
windows 83.23% <100.00%> (+0.49%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Member

@slang25 slang25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work

@martincostello martincostello merged commit c59f171 into justeattakeaway:main Apr 23, 2024
13 checks passed
@martincostello martincostello deleted the fix-661 branch April 23, 2024 08:49
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.

IStatsDPublisherWithTags missing IoC registration
2 participants