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

replaced github.com/streadway/amqp with github.com/rabbitmq/amqp091-go; #81

Merged
merged 1 commit into from Mar 16, 2023

Conversation

aleybovich
Copy link

GarageMQ uses github.com/streadway/amqp AMQP client for unit tests, but that library is no longer maintained and GarageMQ should switch to using the standard github.com/rabbitmq/amqp091-go AMQP client provided and maintained by RabbitMQ.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4309048679

  • 6 of 13 (46.15%) changed or added relevant lines in 4 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.08%) to 86.216%

Changes Missing Coverage Covered Lines Changed/Added Lines %
server/channel.go 2 3 66.67%
server/queueMethods.go 0 1 0.0%
server/server.go 1 6 16.67%
Files with Coverage Reduction New Missed Lines %
server/connection.go 2 82.59%
Totals Coverage Status
Change from base Build 3800804693: -0.08%
Covered Lines: 3096
Relevant Lines: 3591

💛 - Coveralls

@valinurovam valinurovam merged commit bf44270 into valinurovam:master Mar 16, 2023
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.

None yet

3 participants