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

created custom django_cms serializer to be able to handle django cms … #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

feat: added django 4.0 support

438a121
Select commit
Loading
Failed to load commit list.
Open

created custom django_cms serializer to be able to handle django cms … #24

feat: added django 4.0 support
438a121
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 27, 2024 in 0s

28.20% (-3.63%) compared to 703aaa0

View this Pull Request on Codecov

28.20% (-3.63%) compared to 703aaa0

Details

Codecov Report

Attention: Patch coverage is 7.01754% with 53 lines in your changes missing coverage. Please review.

Project coverage is 28.20%. Comparing base (703aaa0) to head (438a121).
Report is 17 commits behind head on master.

Files with missing lines Patch % Lines
djangocms_transfer/serializers/django_cms.py 0.00% 49 Missing ⚠️
djangocms_transfer/utils.py 33.33% 2 Missing ⚠️
djangocms_transfer/datastructures.py 66.66% 1 Missing ⚠️
djangocms_transfer/helpers.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   31.83%   28.20%   -3.63%     
==========================================
  Files          11       12       +1     
  Lines         377      429      +52     
  Branches       63       70       +7     
==========================================
+ Hits          120      121       +1     
- Misses        257      308      +51     

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