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: Add support for TestContainers (pgsql + redis modules) #503

Merged
merged 1 commit into from
Nov 12, 2024

feat: Add support for TestContainers (pgsql + redis modules)

67222c9
Select commit
Loading
Failed to load commit list.
Merged

feat: Add support for TestContainers (pgsql + redis modules) #503

feat: Add support for TestContainers (pgsql + redis modules)
67222c9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 12, 2024 in 0s

40.69% (-2.19%) compared to 357042a

View this Pull Request on Codecov

40.69% (-2.19%) compared to 357042a

Details

Codecov Report

Attention: Patch coverage is 0% with 211 lines in your changes missing coverage. Please review.

Project coverage is 40.69%. Comparing base (357042a) to head (67222c9).

Files with missing lines Patch % Lines
src/app/mod.rs 0.00% 131 Missing ⚠️
src/app/context.rs 0.00% 67 Missing ⚠️
src/config/mod.rs 0.00% 12 Missing ⚠️
src/api/core/health.rs 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
src/config/database/mod.rs 89.28% <ø> (-0.37%) ⬇️
src/config/service/worker/sidekiq/mod.rs 82.35% <ø> (-0.99%) ⬇️
src/service/runner.rs 0.00% <ø> (ø)
src/api/core/health.rs 0.00% <0.00%> (ø)
src/config/mod.rs 34.55% <0.00%> (-0.78%) ⬇️
src/app/context.rs 13.63% <0.00%> (-5.85%) ⬇️
src/app/mod.rs 0.00% <0.00%> (ø)

... and 45 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 357042a...67222c9. Read the comment docs.