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: catch-all route in FastAPI allows for deep links in prod (#25) #26

Merged
merged 1 commit into from
Sep 1, 2023

feat: catch-all route in FastAPI allows for deep links in prod (#25)

cbf4eb8
Select commit
Loading
Failed to load commit list.
Merged

feat: catch-all route in FastAPI allows for deep links in prod (#25) #26

feat: catch-all route in FastAPI allows for deep links in prod (#25)
cbf4eb8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 1, 2023 in 0s

97.67% (+11.90%) compared to 5459db5

View this Pull Request on Codecov

97.67% (+11.90%) compared to 5459db5

Details

Codecov Report

Patch coverage has no change and project coverage change: +11.90% 🎉

Comparison is base (5459db5) 85.77% compared to head (cbf4eb8) 97.67%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #26       +/-   ##
===========================================
+ Coverage   85.77%   97.67%   +11.90%     
===========================================
  Files          14        2       -12     
  Lines         239       43      -196     
  Branches       43        0       -43     
===========================================
- Hits          205       42      -163     
+ Misses         32        1       -31     
+ Partials        2        0        -2     
Files Changed Coverage Δ
backend/app/main.py 97.61% <ø> (ø)

... and 12 files with indirect coverage changes

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