Closed frasermclean closed 3 weeks ago
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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:recycle: This comment has been updated with latest results.