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: added re-usable Link widget and JSON endpoint #229

Merged
merged 94 commits into from
Nov 20, 2024

Fix update tests

221201b
Select commit
Loading
Failed to load commit list.
Merged

feat: added re-usable Link widget and JSON endpoint #229

Fix update tests
221201b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 11, 2024 in 0s

95.35% (+1.54%) compared to 1d33608

View this Pull Request on Codecov

95.35% (+1.54%) compared to 1d33608

Details

Codecov Report

Attention: Patch coverage is 94.12879% with 31 lines in your changes missing coverage. Please review.

Project coverage is 95.35%. Comparing base (1d33608) to head (221201b).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
djangocms_link/admin.py 86.95% 12 Missing and 6 partials ⚠️
djangocms_link/fields.py 96.72% 1 Missing and 5 partials ⚠️
djangocms_link/migrations/0017_link_link.py 85.18% 1 Missing and 3 partials ⚠️
djangocms_link/helpers.py 97.43% 0 Missing and 2 partials ⚠️
djangocms_link/apps.py 95.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage   93.81%   95.35%   +1.54%     
==========================================
  Files          24       27       +3     
  Lines         291      668     +377     
  Branches       27       86      +59     
==========================================
+ Hits          273      637     +364     
- Misses         11       14       +3     
- Partials        7       17      +10     

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