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

Students test #223

Closed zniwiarzxxx closed 1 month ago

zniwiarzxxx commented 1 month ago

tests for students service

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 68.41%. Comparing base (abe5700) to head (8cb1ca1). Report is 30 commits behind head on dev.

Files Patch % Lines
...niSpace.Services.Students.Core/Entities/Student.cs 87.50% 0 Missing and 2 partials :warning:
.../Exceptions/StudentAlreadyInterestedInException.cs 75.00% 2 Missing :warning:
...Core/Exceptions/StudentAlreadySignedUpException.cs 75.00% 2 Missing :warning:
...Core/Exceptions/StudentIsNotInterestedException.cs 75.00% 2 Missing :warning:
...s.Core/Exceptions/StudentIsNotSignedUpException.cs 75.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #223 +/- ## ========================================== + Coverage 63.23% 68.41% +5.18% ========================================== Files 218 268 +50 Lines 2687 3347 +660 Branches 251 293 +42 ========================================== + Hits 1699 2290 +591 - Misses 927 988 +61 - Partials 61 69 +8 ```

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

zniwiarzxxx commented 1 month ago

@SaintAngeLs i need you to change the github script for test

an2508374 commented 1 month ago

I don't know why but we have there many dll files, maybe somewhere .gitignore is missing?

SaintAngeLs commented 1 month ago

I don't know why but we have there many dll files, maybe somewhere .gitignore is missing?

Somehow, general .gitignore is not covering the projects, so there is a point to add the .gitignore to each of the project of the service.

zniwiarzxxx commented 1 month ago

current code covrage of student servise is at 89.55%.