This repository has been archived by the owner on May 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #1856 +/- ##
==========================================
- Coverage 84.59% 83.93% -0.66%
==========================================
Files 468 447 -21
Lines 8114 7889 -225
Branches 431 22 -409
==========================================
- Hits 6864 6622 -242
+ Misses 1164 1146 -18
- Partials 86 121 +35
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
HenrikSommer
reviewed
Nov 8, 2022
...s.IntegrationTests/IntegrationTests/ChargeInformation/OutboxMessageProcessorEndpointTests.cs
Outdated
Show resolved
Hide resolved
HenrikSommer
reviewed
Nov 8, 2022
...tegrationTests/IntegrationTests/EndpointTests/Charges/OutboxMessageProcessorEndpointTests.cs
Show resolved
Hide resolved
HenrikSommer
reviewed
Nov 8, 2022
...rgyHub.Charges/source/GreenEnergyHub.Charges.Application/Messaging/IDomainEventDispatcher.cs
Show resolved
Hide resolved
HenrikSommer
approved these changes
Nov 9, 2022
Kudos, SonarCloud Quality Gate passed! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactored OutboxProcessorEndpoint integration tests to not use function host, but instead mock calls to DomainEventPublisher.