frasermclean / adoptrix

Pet adoption centre platform
https://demo.adoptrix.com
MIT License
1 stars 0 forks source link

Reinstitute Angular frontend application #103

Closed frasermclean closed 3 weeks ago

github-actions[bot] commented 3 weeks ago

Solution test results

78 tests   - 15   78 :white_check_mark:  - 15   13s :stopwatch: -3s  4 suites  -  1    0 :zzz: ± 0   4 files    -  1    0 :x: ± 0 

Results for commit bc4f8526. ± Comparison against base commit 32360070.

This pull request removes 18 and adds 3 tests. Note that renamed tests count towards both. ``` Adoptrix.Api.Tests.Endpoints.Animals.AddAnimalEndpointTests ‑ AddAnimal_WithInvalidBreedId_ShouldReturnBadRequest Adoptrix.Api.Tests.Endpoints.Animals.UpdateAnimalEndpointTests ‑ UpdateAnimal_WithInvalidBreedId_ShouldReturnBadRequest Adoptrix.Api.Tests.Mapping.AnimalImageResponseMapperTests ‑ ToResponse_WithValidAnimalImage_ShouldReturnExpectedValues Adoptrix.Api.Tests.Mapping.AnimalResponseMapperTests ‑ ToResponse_WithValidInput_ShouldReturnExpectedValues Adoptrix.Api.Tests.Mapping.BreedResponseMapperTests ‑ MappingBreedToBreedResponse_Should_ReturnExpectedValues Adoptrix.Client.Tests.Components.DetailsBlockTests ‑ Render_WithPropertiesSet_ShouldHaveExpectedMarkup Adoptrix.Client.Tests.Extensions.SearchBreedsQueryExtensionsTests ‑ ToQueryString_WithSuppliedRequest_ShouldReturnExpectedQueryString(speciesName: "Cat", withAnimals: True, expectedQueryString: "?speciesName=Cat&withAnimals=True") Adoptrix.Client.Tests.Extensions.SearchBreedsQueryExtensionsTests ‑ ToQueryString_WithSuppliedRequest_ShouldReturnExpectedQueryString(speciesName: "Dog", withAnimals: False, expectedQueryString: "?speciesName=Dog&withAnimals=False") Adoptrix.Client.Tests.Extensions.SearchBreedsQueryExtensionsTests ‑ ToQueryString_WithSuppliedRequest_ShouldReturnExpectedQueryString(speciesName: null, withAnimals: True, expectedQueryString: "?withAnimals=True") Adoptrix.Client.Tests.Extensions.SearchBreedsQueryExtensionsTests ‑ ToQueryString_WithSuppliedRequest_ShouldReturnExpectedQueryString(speciesName: null, withAnimals: null, expectedQueryString: "") … ``` ``` Adoptrix.Api.Tests.Endpoints.Animals.AddAnimalEndpointTests ‑ AddAnimal_WithInvalidBreedName_ShouldReturnBadRequest Adoptrix.Api.Tests.Endpoints.Animals.UpdateAnimalEndpointTests ‑ UpdateAnimal_WithInvalidBreedName_ShouldReturnBadRequest Adoptrix.Jobs.Tests.Functions.CleanupDeletedAnimalTests ‑ ExecuteAsync_WithValidEventData_ShouldPass(eventData: AnimalDeletedEvent { AnimalSlug = AnimalSlug8fe5df0e-414f-4c7c-bc94-1760dcb67f9f }, animalImagesManagerMock: Mock, function: CleanupDeletedAnimal { }) ```

:recycle: This comment has been updated with latest results.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 95.34884% with 4 lines in your changes missing coverage. Please review.

Project coverage is 89.15%. Comparing base (3236007) to head (bc4f852). Report is 40 commits behind head on main.

Files with missing lines Patch % Lines
...nd/src/Adoptrix.Api/Startup/ServiceRegistration.cs 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #103 +/- ## =========================================== + Coverage 76.77% 89.15% +12.38% =========================================== Files 122 89 -33 Lines 1550 1337 -213 Branches 94 63 -31 =========================================== + Hits 1190 1192 +2 + Misses 338 123 -215 Partials 22 22 ```

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