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

feat: add attributes to pub/sub context #10

Merged
merged 2 commits into from
Oct 17, 2022

Conversation

vbshnsk
Copy link
Collaborator

@vbshnsk vbshnsk commented Oct 17, 2022

No description provided.

@coveralls
Copy link

coveralls commented Oct 17, 2022

Pull Request Test Coverage Report for Build 3263192839

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 3083054977: 0.0%
Covered Lines: 64
Relevant Lines: 64

💛 - Coveralls

);
expect(ackSpy).toBeCalled();
expect(logInfoSpy).toBeCalled();
});

it('handles incoming messages', async () => {
it('handles incoming messages if', async () => {
Copy link
Owner

Choose a reason for hiding this comment

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

if?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oops, I was thinking of renaming that test, as it shared the name with another one, but my attention was elsewhere

@vbshnsk vbshnsk merged commit d90634c into master Oct 17, 2022
@vbshnsk vbshnsk deleted the feat/include-attributes-in-ctx branch October 17, 2022 07:32
@github-actions
Copy link

🎉 This PR is included in version 1.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

3 participants