kartoza / prj.app

A django app for creating visual changelogs for software releases
30 stars 32 forks source link

Upgrade django to 3.2.13 and other libraries #1420

Closed dimasciput closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1420 (589ad62) into develop (c8e9a92) will increase coverage by 0.21%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop    #1420      +/-   ##
===========================================
+ Coverage    66.28%   66.49%   +0.21%     
===========================================
  Files          188      188              
  Lines        10140    10179      +39     
  Branches      1300     1312      +12     
===========================================
+ Hits          6721     6769      +48     
+ Misses        3141     3131      -10     
- Partials       278      279       +1     
Impacted Files Coverage Δ
django_project/core/custom_middleware.py 68.62% <100.00%> (ø)
django_project/core/settings/contrib.py 100.00% <100.00%> (ø)
django_project/lesson/views/worksheet.py 70.89% <100.00%> (ø)
...ct/certification/models/certifying_organisation.py 95.00% <0.00%> (-1.25%) :arrow_down:
django_project/changes/views/changelog_github.py 51.06% <0.00%> (-0.28%) :arrow_down:
django_project/certification/views/certificate.py 56.70% <0.00%> (-0.17%) :arrow_down:
django_project/lesson/signals/license.py 100.00% <0.00%> (ø)
django_project/lesson/signals/section.py 100.00% <0.00%> (ø)
django_project/lesson/signals/worksheet.py 100.00% <0.00%> (ø)
django_project/lesson/signals/specification.py 100.00% <0.00%> (ø)
... and 26 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more