kartoza / prj.app

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

Add mechanism for external reviewer #1424

Closed dimasciput closed 2 years ago

dimasciput commented 2 years ago

Implement #1389

codecov[bot] commented 2 years ago

Codecov Report

Merging #1424 (ca75756) into develop (c87a951) will decrease coverage by 3.28%. The diff coverage is 93.42%.

@@             Coverage Diff             @@
##           develop    #1424      +/-   ##
===========================================
- Coverage    67.12%   63.83%   -3.29%     
===========================================
  Files          188      179       -9     
  Lines        10209     8777    -1432     
  Branches      1319     1254      -65     
===========================================
- Hits          6853     5603    -1250     
+ Misses        3071     2892     -179     
+ Partials       285      282       -3     
Impacted Files Coverage Δ
django_project/certification/models/__init__.py 100.00% <ø> (ø)
django_project/certification/urls.py 100.00% <ø> (ø)
django_project/core/settings/prod.py 0.00% <ø> (ø)
...ect/certification/views/certifying_organisation.py 73.40% <87.03%> (-0.67%) :arrow_down:
...o_project/certification/api_views/update_status.py 72.22% <88.88%> (-2.07%) :arrow_down:
..._project/certification/models/external_reviewer.py 92.30% <92.30%> (ø)
...jango_project/certification/api_views/checklist.py 90.19% <95.00%> (+17.27%) :arrow_up:
django_project/base/models/project.py 98.83% <100.00%> (+8.45%) :arrow_up:
...oject/certification/api_views/external_reviewer.py 100.00% <100.00%> (ø)
...ango_project/certification/api_views/get_status.py 100.00% <100.00%> (+10.52%) :arrow_up:
... and 180 more

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