Energinet-DataHub / ARCHIVED-geh-charges

Apache License 2.0
7 stars 3 forks source link

feat: 1693 Add `MarketParticipantId` to `ChargeMessageV1Dto` #1857

Closed ShaBloze closed 1 year ago

ShaBloze commented 1 year ago

Description

Add MarketParticipantId to ChargeMessageV1Dto.

References

codecov[bot] commented 1 year ago

Codecov Report

Merging #1857 (a707039) into main (5c427d3) will decrease coverage by 0.71%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1857      +/-   ##
==========================================
- Coverage   84.59%   83.87%   -0.72%     
==========================================
  Files         468      447      -21     
  Lines        8114     7890     -224     
  Branches      431       22     -409     
==========================================
- Hits         6864     6618     -246     
+ Misses       1164     1151      -13     
- Partials       86      121      +35     
Flag Coverage Δ
business 87.67% <100.00%> (?)
clientlibraries 31.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ueryApi/QueryServices/ChargeMessageQueryService.cs 90.19% <100.00%> (-3.81%) :arrow_down:
...ergyHub.Charges.Domain/Charges/ChargeIdentifier.cs 0.00% <0.00%> (-100.00%) :arrow_down:
...ain/Dtos/Events/MarketParticipantCreatedCommand.cs 14.28% <0.00%> (-85.72%) :arrow_down:
...es.Domain/Dtos/Events/GridAreaOwnerAddedCommand.cs 33.33% <0.00%> (-66.67%) :arrow_down:
...Dtos/Events/MarketParticipantNameChangedCommand.cs 33.33% <0.00%> (-66.67%) :arrow_down:
...os/Events/MarketParticipantStatusChangedCommand.cs 33.33% <0.00%> (-66.67%) :arrow_down:
...vents/MarketParticipantB2CActorIdChangedCommand.cs 33.33% <0.00%> (-66.67%) :arrow_down:
....ApplyDBMigrationsApp/Helpers/EnvironmentFilter.cs 0.00% <0.00%> (-62.50%) :arrow_down:
....Domain/Dtos/Events/GridAreaOwnerRemovedCommand.cs 50.00% <0.00%> (-50.00%) :arrow_down:
...rastructure.Core/Registration/EnvironmentHelper.cs 0.00% <0.00%> (-50.00%) :arrow_down:
... and 69 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

ShaBloze commented 1 year ago

Closed because we figured it is not needed anyway.