SaintAngeLs / distributed_minispace

Microservices based Social Network -- Distributed .Net Blazor solution. MiniSpace is a microservices-based social network designed to enhance student life. Built with .NET Blazor, it enables event management, social interactions, and administrative oversight, providing a comprehensive platform for students and event organizers.
https://minispace.itsharppro.com
Apache License 2.0
5 stars 0 forks source link

Layout update - posts #247

Closed eggwhat closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 65.51%. Comparing base (0b8299b) to head (e68fc6a). Report is 13 commits behind head on dev.

Files Patch % Lines
...ts.Infrastructure/Mongo/Repositories/Extensions.cs 0.00% 52 Missing :warning:
...ices.Posts.Infrastructure/Services/PostsService.cs 0.00% 26 Missing :warning:
...pace.Services.Posts.Core/Wrappers/PagedResponse.cs 0.00% 21 Missing :warning:
...vents/External/Handlers/MediaFileDeletedHandler.cs 0.00% 16 Missing :warning:
...ts.Core/Exceptions/StudentAlreadyRatedException.cs 0.00% 9 Missing :warning:
...Application/Commands/Handlers/CreatePostHandler.cs 0.00% 9 Missing :warning:
...ts.Application/Events/External/MediaFileDeleted.cs 0.00% 9 Missing :warning:
...ceptions/InvalidNumberOfPostMediaFilesException.cs 0.00% 8 Missing :warning:
...tion/Exceptions/UnauthorizedPostSearchException.cs 0.00% 8 Missing :warning:
...src/MiniSpace.Services.Posts.Core/Entities/Post.cs 42.85% 8 Missing :warning:
... and 15 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #247 +/- ## ========================================== - Coverage 70.79% 65.51% -5.29% ========================================== Files 356 373 +17 Lines 4376 4590 +214 Branches 365 380 +15 ========================================== - Hits 3098 3007 -91 - Misses 1180 1486 +306 + Partials 98 97 -1 ```

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

SaintAngeLs commented 1 month ago

@olegkiprik @zniwiarzxxx, please update the tests for Posts.

The current issue is: https://github.com/SaintAngeLs/distributed_minispace/pull/247/checks?check_run_id=25689842091