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 many-to-many relationships #868

Merged
merged 12 commits into from
Apr 22, 2024
Merged

Add support for many-to-many relationships #868

merged 12 commits into from
Apr 22, 2024

Conversation

Dreamsorcerer
Copy link
Member

@Dreamsorcerer Dreamsorcerer commented Feb 15, 2024

Fixes #718.

Copy link

codecov bot commented Feb 24, 2024

Codecov Report

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

Project coverage is 95.44%. Comparing base (baba5a7) to head (a38bfaf).
Report is 35 commits behind head on master.

Files Patch % Lines
aiohttp_admin/backends/sqlalchemy.py 91.48% 2 Missing and 2 partials ⚠️
aiohttp_admin/backends/abc.py 98.27% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #868      +/-   ##
==========================================
+ Coverage   95.32%   95.44%   +0.12%     
==========================================
  Files          21       21              
  Lines        2842     2945     +103     
  Branches      466      483      +17     
==========================================
+ Hits         2709     2811     +102     
- Misses         99      100       +1     
  Partials       34       34              
Flag Coverage Δ
integration 81.22% <93.10%> (+0.57%) ⬆️
js 83.89% <100.00%> (-0.14%) ⬇️
unit 97.08% <91.41%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Dreamsorcerer Dreamsorcerer merged commit 84cf5f1 into master Apr 22, 2024
16 checks passed
@Dreamsorcerer Dreamsorcerer deleted the m2m branch April 22, 2024 18:54
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.

Many-to-many relationships
1 participant