nuwber / rabbitevents

Nuwber's RabbitEvents provides a simple observer implementation, allowing you to publishing and handling for various events that occur in your applications. For example, if you need to react to some event occurred in another API.
MIT License
121 stars 36 forks source link

Laravel 10 support #104

Closed masterjus closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 93.79% // Head: 94.93% // Increases project coverage by +1.14% :tada:

Coverage data is based on head (939a640) compared to base (bbd0a94). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 7.x #104 +/- ## ============================================ + Coverage 93.79% 94.93% +1.14% - Complexity 178 179 +1 ============================================ Files 30 30 Lines 403 415 +12 ============================================ + Hits 378 394 +16 + Misses 25 21 -4 ``` | [Impacted Files](https://codecov.io/gh/nuwber/rabbitevents/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber) | Coverage Δ | | |---|---|---| | [src/RabbitEvents/Listener/Dispatcher.php](https://codecov.io/gh/nuwber/rabbitevents/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber#diff-c3JjL1JhYmJpdEV2ZW50cy9MaXN0ZW5lci9EaXNwYXRjaGVyLnBocA==) | `100.00% <0.00%> (ø)` | | | [src/RabbitEvents/Publisher/MessageFactory.php](https://codecov.io/gh/nuwber/rabbitevents/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber#diff-c3JjL1JhYmJpdEV2ZW50cy9QdWJsaXNoZXIvTWVzc2FnZUZhY3RvcnkucGhw) | `100.00% <0.00%> (ø)` | | | [src/RabbitEvents/Listener/Message/Processor.php](https://codecov.io/gh/nuwber/rabbitevents/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber#diff-c3JjL1JhYmJpdEV2ZW50cy9MaXN0ZW5lci9NZXNzYWdlL1Byb2Nlc3Nvci5waHA=) | `100.00% <0.00%> (ø)` | | | [...rc/RabbitEvents/Foundation/Amqp/MessageFactory.php](https://codecov.io/gh/nuwber/rabbitevents/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber#diff-c3JjL1JhYmJpdEV2ZW50cy9Gb3VuZGF0aW9uL0FtcXAvTWVzc2FnZUZhY3RvcnkucGhw) | `100.00% <0.00%> (ø)` | | | [...ents/Publisher/Support/PublishableEventTesting.php](https://codecov.io/gh/nuwber/rabbitevents/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber#diff-c3JjL1JhYmJpdEV2ZW50cy9QdWJsaXNoZXIvU3VwcG9ydC9QdWJsaXNoYWJsZUV2ZW50VGVzdGluZy5waHA=) | `100.00% <0.00%> (ø)` | | | [src/RabbitEvents/Foundation/Connection.php](https://codecov.io/gh/nuwber/rabbitevents/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber#diff-c3JjL1JhYmJpdEV2ZW50cy9Gb3VuZGF0aW9uL0Nvbm5lY3Rpb24ucGhw) | `93.47% <0.00%> (+0.14%)` | :arrow_up: | | [src/RabbitEvents/Listener/Worker.php](https://codecov.io/gh/nuwber/rabbitevents/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber#diff-c3JjL1JhYmJpdEV2ZW50cy9MaXN0ZW5lci9Xb3JrZXIucGhw) | `89.70% <0.00%> (+0.81%)` | :arrow_up: | | [src/RabbitEvents/Publisher/functions.php](https://codecov.io/gh/nuwber/rabbitevents/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber#diff-c3JjL1JhYmJpdEV2ZW50cy9QdWJsaXNoZXIvZnVuY3Rpb25zLnBocA==) | `72.72% <0.00%> (+2.72%)` | :arrow_up: | | [src/RabbitEvents/Publisher/Publisher.php](https://codecov.io/gh/nuwber/rabbitevents/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber#diff-c3JjL1JhYmJpdEV2ZW50cy9QdWJsaXNoZXIvUHVibGlzaGVyLnBocA==) | `100.00% <0.00%> (+100.00%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuwber)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.