team-supercharge / nest-amqp

Nest AMQP 1.0 module - NPM package: https://www.npmjs.com/package/@team-supercharge/nest-amqp
https://supercharge.io
MIT License
26 stars 13 forks source link

Fix/delivery status #57

Closed raschan closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (b53d5e9) into master (4163e8d) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head b53d5e9 differs from pull request most recent head abbff62. Consider uploading reports for the commit abbff62 to get more accurate results

@@            Coverage Diff             @@
##            master       #57    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           29        37     +8     
  Lines          384       514   +130     
  Branches        57        82    +25     
==========================================
+ Hits           384       514   +130     
Impacted Files Coverage Δ
src/domain/listener-metadata.domain.ts 100.00% <ø> (ø)
src/enum/send-state.enum.ts 100.00% <ø> (ø)
src/util/functions/sleep.function.ts 100.00% <ø> (ø)
src/constant/amq.constant.ts 100.00% <100.00%> (ø)
src/constant/index.ts 100.00% <100.00%> (ø)
src/constant/queue-module.constant.ts 100.00% <100.00%> (ø)
src/decorator/index.ts 100.00% <100.00%> (ø)
...-amq-connection/inject-amq-connection.decorator.ts 100.00% <100.00%> (ø)
src/decorator/listen/listen.decorator.ts 100.00% <100.00%> (ø)
src/domain/message-control.domain.ts 100.00% <100.00%> (ø)
... and 25 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more