django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
42 stars 20 forks source link

feat: Rename link plugin to text link plugin #219

Open fsbraun opened 1 month ago

fsbraun commented 1 month ago

This PR renames the LinkPlugin to TextLinkPlugin.

Helps solving #218

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 86.58%. Comparing base (f11feee) to head (07d2d9c). Report is 26 commits behind head on master.

Files Patch % Lines
djangocms_frontend/contrib/link/cms_plugins.py 66.66% 0 Missing and 1 partial :warning:
djangocms_frontend/contrib/link/forms.py 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #219 +/- ## ========================================== - Coverage 86.93% 86.58% -0.35% ========================================== Files 120 120 Lines 3107 3116 +9 Branches 330 333 +3 ========================================== - Hits 2701 2698 -3 - Misses 304 316 +12 Partials 102 102 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.