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

Add support for TestContainers #1798

Merged
merged 5 commits into from
Nov 22, 2024
Merged

Add support for TestContainers #1798

merged 5 commits into from
Nov 22, 2024

Conversation

danielcweber
Copy link
Contributor

This adds initial preview support for configuring TestContainers around a provider setup such that the according container is started whenever a first query is being executed. This makes easy in-memory test setups possible.

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

Attention: Patch coverage is 55.38462% with 29 lines in your changes missing coverage. Please review.

Project coverage is 83.07%. Comparing base (61162cf) to head (b3d39e0).
Report is 6 commits behind head on 12.x.

Files with missing lines Patch % Lines
...tainers/TestContainersWithContainerConfigurator.cs 54.23% 14 Missing and 13 partials ⚠️
...t.TestContainers/ProviderConfiguratorExtensions.cs 0.00% 0 Missing and 1 partial ⚠️
...pport.TestContainers/TestContainersConfigurator.cs 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             12.x    #1798      +/-   ##
==========================================
- Coverage   83.34%   83.07%   -0.27%     
==========================================
  Files         252      255       +3     
  Lines        6826     6891      +65     
  Branches     1486     1507      +21     
==========================================
+ Hits         5689     5725      +36     
- Misses        500      514      +14     
- Partials      637      652      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@danielcweber danielcweber merged commit b3d39e0 into 12.x Nov 22, 2024
2 of 4 checks passed
@danielcweber danielcweber deleted the TestContainers branch November 22, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant