kartoza / prj.app

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

Update payment system #1409

Closed dimasciput closed 2 years ago

dimasciput commented 2 years ago

To fix #1408

codecov[bot] commented 2 years ago

Codecov Report

Merging #1409 (d7cb4e5) into develop (f3dee4c) will decrease coverage by 33.90%. The diff coverage is 21.81%.

:exclamation: Current head d7cb4e5 differs from pull request most recent head 0ea9bb2. Consider uploading reports for the commit 0ea9bb2 to get more accurate results

@@             Coverage Diff              @@
##           develop    #1409       +/-   ##
============================================
- Coverage    65.09%   31.19%   -33.91%     
============================================
  Files          185      185               
  Lines         9899     9954       +55     
  Branches      1254     1258        +4     
============================================
- Hits          6444     3105     -3339     
- Misses        3205     6842     +3637     
+ Partials       250        7      -243     
Impacted Files Coverage Δ
django_project/certification/urls.py 0.00% <ø> (-100.00%) :arrow_down:
django_project/core/urls.py 0.00% <ø> (-77.28%) :arrow_down:
django_project/certification/views/certificate.py 14.91% <20.37%> (-38.14%) :arrow_down:
django_project/core/settings/contrib.py 100.00% <100.00%> (ø)
django_project/vota/urls.py 0.00% <0.00%> (-100.00%) :arrow_down:
django_project/vota/forms.py 0.00% <0.00%> (-100.00%) :arrow_down:
django_project/lesson/forms/section.py 0.00% <0.00%> (-100.00%) :arrow_down:
django_project/changes/feeds/sponsor.py 0.00% <0.00%> (-100.00%) :arrow_down:
...nges/management/commands/remove_empty_src_image.py 0.00% <0.00%> (-93.75%) :arrow_down:
... and 105 more

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