SaintAngeLs / distributed_minispace

Microservices-based social network built with .NET8 and ASP .NET Core Blazor WebAssembly, following distributed DDD principles. Scalable social media application CQRS distributed event-driven solution, utilizing SignalR, .NET ML. Features include choreographical Saga patterns, asynchronous messaging, outbox pattern and distributed event sourcing
https://itsharppro.com/case-study/distributed-astravent/
Apache License 2.0
13 stars 2 forks source link

(#149) Posts service tests #165

Closed SaintAngeLs closed 4 months ago

SaintAngeLs commented 4 months ago

Adding the posts service tests

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 95.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 55.82%. Comparing base (33bbee9) to head (487c62a).

Files Patch % Lines
....Services.Posts.Application/Commands/CreatePost.cs 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #165 +/- ## ========================================== + Coverage 46.63% 55.82% +9.18% ========================================== Files 120 165 +45 Lines 1561 2137 +576 Branches 139 191 +52 ========================================== + Hits 728 1193 +465 - Misses 795 889 +94 - Partials 38 55 +17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

SaintAngeLs commented 4 months ago

@olegkiprik, the current tests coverage is not sufficient. Please, get together and add more coverage.