Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added some basic badges reflecting the code/build status #49

Merged
merged 2 commits into from
Oct 30, 2020

Conversation

mzajkowski
Copy link
Contributor

What this PR does / why it's submitted / why we need it:

Part of the issue discussed and placed here: #24. Requires some additional config on Codecov + discussion if we'd need/want to have a Github Package status. But initial state it might be like that.

To Be Reviewed.


Checklist:

  • My PR has a descriptive title (not a vague title like Needed this)
  • Title and all the commits follow commitlint guidelines
  • My PR targets the develop branch or appropriate release branch
  • My PR provides test coverage for my change (where applicable)
  • I've placed the link to the corresponding Trello card or issue which this PR fixes/address below ⤵️

Fixes: N/A

@mzajkowski mzajkowski changed the base branch from master to develop October 30, 2020 15:07
@mzajkowski mzajkowski requested a review from aochmann October 30, 2020 15:07
@mzajkowski mzajkowski self-assigned this Oct 30, 2020
@mzajkowski mzajkowski added the hacktoberfest-accepted Accept for hacktoberfest, will merge later label Oct 30, 2020
@github-actions
Copy link
Contributor

Test Run for PR #49 (98)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 2s 257ms
Date: 2020-10-30 15:09:34 - 2020-10-30 15:09:36
Framework: .NETCoreApp,Version=v3.1
Total Tests: 40

✔️ Passed ❌ Failed ⚠️ Skipped
40 0 0
100% 0% 0%

Result Sets

Cogworks.AzureSearch.LightInject.UnitTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 50ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureDocumentSearch)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 29ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureDocumentSearch)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 17ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureDocumentSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 6ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureDocumentSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureDocumentSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 6ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_GetDedicatedIndexWithProperName 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_GettingDedicatedIndexWithProperName 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_GettingCustomSearchService 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnCustomSearchService 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_InvokeCustomSearchServiceDomainMethod 97ms

Run Messages

Informational

[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (64-bit .NET Core 3.1.7)
[xUnit.net 00:00:00.44]   Discovering: Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.51]   Discovered:  Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.51]   Starting:    Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.88]   Finished:    Cogworks.AzureSearch.LightInject.UnitTests
Warning

Error


Created using Liquid Test Reports

@aochmann
Copy link
Contributor

@mzajkowski add also budget info for nuget packages.

@mzajkowski
Copy link
Contributor Author

mzajkowski commented Oct 30, 2020

@aochmann There is a badge for NuGet added 👍

image

@aochmann
Copy link
Contributor

@aochmann There is a badge for NuGet added 👍

image
@mzajkowski
Should we add for now also for all extension methods ?

@github-actions
Copy link
Contributor

Test Run for PR #49 (99)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 2s 261ms
Date: 2020-10-30 15:57:54 - 2020-10-30 15:57:56
Framework: .NETCoreApp,Version=v3.1
Total Tests: 40

✔️ Passed ❌ Failed ⚠️ Skipped
40 0 0
100% 0% 0%

Result Sets

Cogworks.AzureSearch.LightInject.UnitTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 51ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureDocumentSearch)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 29ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureDocumentSearch)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 14ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureDocumentSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureDocumentSearch)) 6ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 6ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureDocumentSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 6ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_GetDedicatedIndexWithProperName 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_GettingDedicatedIndexWithProperName 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_GettingCustomSearchService 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnCustomSearchService 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_InvokeCustomSearchServiceDomainMethod 105ms

Run Messages

Informational

[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (64-bit .NET Core 3.1.7)
[xUnit.net 00:00:00.46]   Discovering: Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.54]   Discovered:  Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.54]   Starting:    Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.92]   Finished:    Cogworks.AzureSearch.LightInject.UnitTests
Warning

Error


Created using Liquid Test Reports

@mzajkowski mzajkowski merged commit 8ee14f9 into develop Oct 30, 2020
@mzajkowski mzajkowski deleted the feat/badges branch October 30, 2020 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accept for hacktoberfest, will merge later
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants