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

Move to Axum #3

Merged
merged 49 commits into from
May 4, 2024

fix env vars in CI

8a0c137
Select commit
Loading
Failed to load commit list.
Merged

Move to Axum #3

fix env vars in CI
8a0c137
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 4, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 78.98438% with 269 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (main@bf7bcb9). Click here to learn what that means.

Files Patch % Lines
backend/src/tracing.rs 0.00% 94 Missing ⚠️
backend/src/domain/commands/ingredients/update.rs 0.00% 23 Missing ⚠️
backend/src/domain/entities/ingredient/mod.rs 45.00% 22 Missing ⚠️
backend/src/api/routes/update_ingredient.rs 0.00% 19 Missing ⚠️
...rc/domain/repositories/ingredients/postgres/mod.rs 86.77% 16 Missing ⚠️
backend/src/api/routes/get_ingredient_by_id.rs 0.00% 12 Missing ⚠️
...c/domain/repositories/ingredients/in_memory/mod.rs 86.81% 12 Missing ⚠️
backend/src/api/routes/all_ingredients.rs 62.06% 11 Missing ⚠️
backend/src/api/routes/create_ingredient.rs 8.33% 11 Missing ⚠️
backend/src/configuration.rs 0.00% 11 Missing ⚠️
... and 11 more
Additional details and impacted files
@@           Coverage Diff           @@
##             main       #3   +/-   ##
=======================================
  Coverage        ?   76.30%           
=======================================
  Files           ?       29           
  Lines           ?     1338           
  Branches        ?        0           
=======================================
  Hits            ?     1021           
  Misses          ?      317           
  Partials        ?        0           

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